Html Css Color HEX #034710 Deep Fir

📋 copy color: '#034710'

red 3 ◦ green 71 ◦ blue 16

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

Shades of Deep Fir #034710

Tints of Deep Fir #034710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 3.33%
G = 78.89%
B = 17.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#034710 (or 0x034710) is known color: Deep Fir. HEX triplet: 03, 47 and 10. RGB value is (3,71,16). Sum of RGB (Red+Green+Blue) = 3+71+16=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #034710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034710 is #FCB8EF. Grayscale: #2C2C2C. Windows color (decimal): -16562416 or 1066755. OLE color: 1066755.

HSL color Cylindrical-coordinate representation of color #034710: hue angle of 131.47º 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 #034710 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 16 -
CMYK 0.96 0 0.77 0.72
HSL 131.47º 0.92% 0.15% -
HSV(B) 131.47º 0.96% 0.28% -
XYZ 2.38 4.56 1.25 -
YUV 44.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 3 71 16 0.96 0 0.77 0.72 131.47 0.92 0.15
Hex 3 47 10 60 0 4D 48 83 5C F
Octal 3 107 20 140 0 115 110 203 134 17
Binary 11 1000111 10000 1100000 0 1001101 1001000 10000011 1011100 1111

Color Harmonies of #034710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034710

Black with #034710

Text Example


Text Example

White with #034710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034710; }

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

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

background-color css

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

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

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

border-color css

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

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

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