Html Css Color HEX #34470A Turtle Green

📋 copy color: '#34470A'

red 52 ◦ green 71 ◦ blue 10

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

Shades of Turtle Green #34470A

Tints of Turtle Green #34470A

RGB

 RED value IS 52 (20.7% from 255) = 39.1%

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

 BLUE value IS 10 (4.3% from 255) = 7.52%

R = 39.1%
G = 53.38%
B = 7.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#34470A (or 0x34470A) is known color: Turtle Green. HEX triplet: 34, 47 and 0A. RGB value is (52,71,10). Sum of RGB (Red+Green+Blue) = 52+71+10=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #34470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34470A is #CBB8F5. Grayscale: #3A3A3A. Windows color (decimal): -13351158 or 673588. OLE color: 673588.

HSL color Cylindrical-coordinate representation of color #34470A: hue angle of 78.69º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34470A is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 10 -
CMYK 0.27 0 0.86 0.72
HSL 78.69º 0.75% 0.16% -
HSV(B) 78.69º 0.86% 0.28% -
XYZ 3.72 5.26 1.11 -
YUV 58.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 52 71 10 0.27 0 0.86 0.72 78.69 0.75 0.16
Hex 34 47 A 1B 0 56 48 4F 4B 10
Octal 64 107 12 33 0 126 110 117 113 20
Binary 110100 1000111 1010 11011 0 1010110 1001000 1001111 1001011 10000

Color Harmonies of #34470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34470A

Black with #34470A

Text Example


Text Example

White with #34470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34470A; }

 p { color: rgb(52,71,10); }

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

background-color css

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

 a { background-color: rgb(52,71,10); }

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

border-color css

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

 span { border-color: rgb(52,71,10); }

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