Html Css Color HEX #033609 Deep Fir

📋 copy color: '#033609'

red 3 ◦ green 54 ◦ blue 9

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

Shades of Deep Fir #033609

Tints of Deep Fir #033609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 81.82%

 BLUE value IS 9 (3.91% from 255) = 13.64%

R = 4.55%
G = 81.82%
B = 13.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#033609 (or 0x033609) is known color: Deep Fir. HEX triplet: 03, 36 and 09. RGB value is (3,54,9). Sum of RGB (Red+Green+Blue) = 3+54+9=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 54 (21.48% from 255 or 81.82% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 54 - color contains mainly: green. Hex color #033609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033609 is #FCC9F6. Grayscale: #212121. Windows color (decimal): -16566775 or 603651. OLE color: 603651.

HSL color Cylindrical-coordinate representation of color #033609: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033609 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 54 9 -
CMYK 0.94 0 0.83 0.79
HSL 127.06º 0.89% 0.11% -
HSV(B) 127.06º 0.94% 0.21% -
XYZ 1.41 2.68 0.7 -
YUV 33.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 3 54 9 0.94 0 0.83 0.79 127.06 0.89 0.11
Hex 3 36 9 5E 0 53 4F 7F 59 B
Octal 3 66 11 136 0 123 117 177 131 13
Binary 11 110110 1001 1011110 0 1010011 1001111 1111111 1011001 1011

Color Harmonies of #033609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033609

Black with #033609

Text Example


Text Example

White with #033609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033609; }

 p { color: rgb(3,54,9); }

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

background-color css

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

 a { background-color: rgb(3,54,9); }

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

border-color css

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

 span { border-color: rgb(3,54,9); }

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