Html Css Color HEX #003C09 Deep Fir

📋 copy color: '#003C09'

red 0 ◦ green 60 ◦ blue 9

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

Shades of Deep Fir #003C09

Tints of Deep Fir #003C09

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 60 (23.83% from 255) = 86.96%

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

R = 0%
G = 86.96%
B = 13.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#003C09 (or 0x003C09) is known color: Deep Fir. HEX triplet: 00, 3C and 09. RGB value is (0,60,9). Sum of RGB (Red+Green+Blue) = 0+60+9=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 60 (23.83% from 255 or 86.96% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 60 - color contains mainly: green. Hex color #003C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C09 is #FFC3F6. Grayscale: #242424. Windows color (decimal): -16761847 or 605184. OLE color: 605184.

HSL color Cylindrical-coordinate representation of color #003C09: hue angle of 129º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C09 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 60 9 -
CMYK 1 0 0.85 0.76
HSL 129º 1% 0.12% -
HSV(B) 129º 1% 0.24% -
XYZ 1.67 3.25 0.8 -
YUV 36.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 0 60 9 1 0 0.85 0.76 129 1 0.12
Hex 0 3C 9 64 0 55 4C 81 64 C
Octal 0 74 11 144 0 125 114 201 144 14
Binary 0 111100 1001 1100100 0 1010101 1001100 10000001 1100100 1100

Color Harmonies of #003C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C09

Black with #003C09

Text Example


Text Example

White with #003C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C09; }

 p { color: rgb(0,60,9); }

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

background-color css

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

 a { background-color: rgb(0,60,9); }

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

border-color css

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

 span { border-color: rgb(0,60,9); }

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