Html Css Color HEX #34500D Turtle Green

📋 copy color: '#34500D'

red 52 ◦ green 80 ◦ blue 13

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

Shades of Turtle Green #34500D

Tints of Turtle Green #34500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 35.86%
G = 55.17%
B = 8.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#34500D (or 0x34500D) is known color: Turtle Green. HEX triplet: 34, 50 and 0D. RGB value is (52,80,13). Sum of RGB (Red+Green+Blue) = 52+80+13=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #34500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34500D is #CBAFF2. Grayscale: #404040. Windows color (decimal): -13348851 or 872500. OLE color: 872500.

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

Color convert

RGB 52 80 13 -
CMYK 0.35 0 0.84 0.69
HSL 85.07º 0.72% 0.18% -
HSV(B) 85.07º 0.84% 0.31% -
XYZ 4.36 6.5 1.41 -
YUV 63.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 52 80 13 0.35 0 0.84 0.69 85.07 0.72 0.18
Hex 34 50 D 23 0 54 45 55 48 12
Octal 64 120 15 43 0 124 105 125 110 22
Binary 110100 1010000 1101 100011 0 1010100 1000101 1010101 1001000 10010

Color Harmonies of #34500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34500D

Black with #34500D

Text Example


Text Example

White with #34500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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