Html Css Color HEX #34500E Turtle Green

📋 copy color: '#34500E'

red 52 ◦ green 80 ◦ blue 14

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

Shades of Turtle Green #34500E

Tints of Turtle Green #34500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

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

R = 35.62%
G = 54.79%
B = 9.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#34500E (or 0x34500E) is known color: Turtle Green. HEX triplet: 34, 50 and 0E. RGB value is (52,80,14). Sum of RGB (Red+Green+Blue) = 52+80+14=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #34500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34500E is #CBAFF1. Grayscale: #404040. Windows color (decimal): -13348850 or 938036. OLE color: 938036.

HSL color Cylindrical-coordinate representation of color #34500E: hue angle of 85.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34500E is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 14 -
CMYK 0.35 0 0.83 0.69
HSL 85.45º 0.7% 0.18% -
HSV(B) 85.45º 0.83% 0.31% -
XYZ 4.36 6.5 1.44 -
YUV 64.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 52 80 14 0.35 0 0.83 0.69 85.45 0.7 0.18
Hex 34 50 E 23 0 53 45 55 46 12
Octal 64 120 16 43 0 123 105 125 106 22
Binary 110100 1010000 1110 100011 0 1010011 1000101 1010101 1000110 10010

Color Harmonies of #34500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34500E

Black with #34500E

Text Example


Text Example

White with #34500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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