Html Css Color HEX #033911 Deep Fir

📋 copy color: '#033911'

red 3 ◦ green 57 ◦ blue 17

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

Shades of Deep Fir #033911

Tints of Deep Fir #033911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 74.03%

 BLUE value IS 17 (7.03% from 255) = 22.08%

R = 3.9%
G = 74.03%
B = 22.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#033911 (or 0x033911) is known color: Deep Fir. HEX triplet: 03, 39 and 11. RGB value is (3,57,17). Sum of RGB (Red+Green+Blue) = 3+57+17=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #033911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033911 is #FCC6EE. Grayscale: #242424. Windows color (decimal): -16565999 or 1128707. OLE color: 1128707.

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

Color convert

RGB 3 57 17 -
CMYK 0.95 0 0.70 0.78
HSL 135.56º 0.9% 0.12% -
HSV(B) 135.56º 0.95% 0.22% -
XYZ 1.6 2.99 1.02 -
YUV 36.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 3 57 17 0.95 0 0.70 0.78 135.56 0.9 0.12
Hex 3 39 11 5F 0 46 4E 88 5A C
Octal 3 71 21 137 0 106 116 210 132 14
Binary 11 111001 10001 1011111 0 1000110 1001110 10001000 1011010 1100

Color Harmonies of #033911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033911

Black with #033911

Text Example


Text Example

White with #033911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033911; }

 p { color: rgb(3,57,17); }

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

background-color css

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

 a { background-color: rgb(3,57,17); }

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

border-color css

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

 span { border-color: rgb(3,57,17); }

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