Html Css Color HEX #00350C Deep Fir

📋 copy color: '#00350C'

red 0 ◦ green 53 ◦ blue 12

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

Shades of Deep Fir #00350C

Tints of Deep Fir #00350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 81.54%

 BLUE value IS 12 (5.08% from 255) = 18.46%

R = 0%
G = 81.54%
B = 18.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#00350C (or 0x00350C) is known color: Deep Fir. HEX triplet: 00, 35 and 0C. RGB value is (0,53,12). Sum of RGB (Red+Green+Blue) = 0+53+12=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #00350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00350C is #FFCAF3. Grayscale: #202020. Windows color (decimal): -16763636 or 800000. OLE color: 800000.

HSL color Cylindrical-coordinate representation of color #00350C: hue angle of 133.58º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00350C is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 12 -
CMYK 1 0 0.77 0.79
HSL 133.58º 1% 0.1% -
HSV(B) 133.58º 1% 0.21% -
XYZ 1.34 2.57 0.77 -
YUV 32.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 0 53 12 1 0 0.77 0.79 133.58 1 0.1
Hex 0 35 C 64 0 4D 4F 86 64 A
Octal 0 65 14 144 0 115 117 206 144 12
Binary 0 110101 1100 1100100 0 1001101 1001111 10000110 1100100 1010

Color Harmonies of #00350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00350C

Black with #00350C

Text Example


Text Example

White with #00350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00350C; }

 p { color: rgb(0,53,12); }

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

background-color css

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

 a { background-color: rgb(0,53,12); }

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

border-color css

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

 span { border-color: rgb(0,53,12); }

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