Html Css Color HEX #033714 Deep Fir

📋 copy color: '#033714'

red 3 ◦ green 55 ◦ blue 20

#033714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #033714

Tints of Deep Fir #033714

RGB

 RED value IS 3 (1.56% from 255) = 3.85%

 GREEN value IS 55 (21.88% from 255) = 70.51%

 BLUE value IS 20 (8.2% from 255) = 25.64%

R = 3.85%
G = 70.51%
B = 25.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#033714 (or 0x033714) is known color: Deep Fir. HEX triplet: 03, 37 and 14. RGB value is (3,55,20). Sum of RGB (Red+Green+Blue) = 3+55+20=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #033714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033714 is #FCC8EB. Grayscale: #232323. Windows color (decimal): -16566508 or 1324803. OLE color: 1324803.

HSL color Cylindrical-coordinate representation of color #033714: hue angle of 139.62º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033714 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 55 20 -
CMYK 0.95 0 0.64 0.78
HSL 139.62º 0.9% 0.11% -
HSV(B) 139.62º 0.95% 0.22% -
XYZ 1.53 2.8 1.12 -
YUV 35.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 3 55 20 0.95 0 0.64 0.78 139.62 0.9 0.11
Hex 3 37 14 5F 0 40 4E 8C 5A B
Octal 3 67 24 137 0 100 116 214 132 13
Binary 11 110111 10100 1011111 0 1000000 1001110 10001100 1011010 1011

Color Harmonies of #033714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033714

Black with #033714

Text Example


Text Example

White with #033714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033714; }

 p { color: rgb(3,55,20); }

 H1.HeaderClassName
 {
   color: #033714;
 }
 .AnyTagClassName
 {
   color: #033714;
 }
</style>

background-color css

<style>
 a { background-color: #033714; }

 a { background-color: rgb(3,55,20); }

 div.DivClassName
 {
   background-color: #033714;
 }
 .BgClassName
 {
   background-color: #033714;
 }
</style>

border-color css

<style>
 span { border-color: #033714; }

 span { border-color: rgb(3,55,20); }

 td.TdClassName
 {
   border-color: #033714;
 }
 .TagClassName
 {
   border-color: #033714;
 }
</style>