Html Css Color HEX #034712 Deep Fir

📋 copy color: '#034712'

red 3 ◦ green 71 ◦ blue 18

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

Shades of Deep Fir #034712

Tints of Deep Fir #034712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 77.17%

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 3.26%
G = 77.17%
B = 19.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#034712 (or 0x034712) is known color: Deep Fir. HEX triplet: 03, 47 and 12. RGB value is (3,71,18). Sum of RGB (Red+Green+Blue) = 3+71+18=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #034712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034712 is #FCB8ED. Grayscale: #2C2C2C. Windows color (decimal): -16562414 or 1197827. OLE color: 1197827.

HSL color Cylindrical-coordinate representation of color #034712: hue angle of 133.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034712 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 18 -
CMYK 0.96 0 0.75 0.72
HSL 133.24º 0.92% 0.15% -
HSV(B) 133.24º 0.96% 0.28% -
XYZ 2.4 4.57 1.33 -
YUV 44.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 3 71 18 0.96 0 0.75 0.72 133.24 0.92 0.15
Hex 3 47 12 60 0 4B 48 85 5C F
Octal 3 107 22 140 0 113 110 205 134 17
Binary 11 1000111 10010 1100000 0 1001011 1001000 10000101 1011100 1111

Color Harmonies of #034712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034712

Black with #034712

Text Example


Text Example

White with #034712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034712; }

 p { color: rgb(3,71,18); }

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

background-color css

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

 a { background-color: rgb(3,71,18); }

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

border-color css

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

 span { border-color: rgb(3,71,18); }

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