Html Css Color HEX #34480E Turtle Green

📋 copy color: '#34480E'

red 52 ◦ green 72 ◦ blue 14

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

Shades of Turtle Green #34480E

Tints of Turtle Green #34480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

 BLUE value IS 14 (5.86% from 255) = 10.14%

R = 37.68%
G = 52.17%
B = 10.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#34480E (or 0x34480E) is known color: Turtle Green. HEX triplet: 34, 48 and 0E. RGB value is (52,72,14). Sum of RGB (Red+Green+Blue) = 52+72+14=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #34480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34480E is #CBB7F1. Grayscale: #3B3B3B. Windows color (decimal): -13350898 or 935988. OLE color: 935988.

HSL color Cylindrical-coordinate representation of color #34480E: hue angle of 80.69º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34480E is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 14 -
CMYK 0.28 0 0.81 0.72
HSL 80.69º 0.67% 0.17% -
HSV(B) 80.69º 0.81% 0.28% -
XYZ 3.81 5.4 1.26 -
YUV 59.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 52 72 14 0.28 0 0.81 0.72 80.69 0.67 0.17
Hex 34 48 E 1C 0 51 48 51 43 11
Octal 64 110 16 34 0 121 110 121 103 21
Binary 110100 1001000 1110 11100 0 1010001 1001000 1010001 1000011 10001

Color Harmonies of #34480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34480E

Black with #34480E

Text Example


Text Example

White with #34480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34480E; }

 p { color: rgb(52,72,14); }

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

background-color css

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

 a { background-color: rgb(52,72,14); }

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

border-color css

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

 span { border-color: rgb(52,72,14); }

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