Html Css Color HEX #345209 Turtle Green

📋 copy color: '#345209'

red 52 ◦ green 82 ◦ blue 9

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

Shades of Turtle Green #345209

Tints of Turtle Green #345209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.34%

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 36.36%
G = 57.34%
B = 6.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#345209 (or 0x345209) is known color: Turtle Green. HEX triplet: 34, 52 and 09. RGB value is (52,82,9). Sum of RGB (Red+Green+Blue) = 52+82+9=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #345209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345209 is #CBADF6. Grayscale: #404040. Windows color (decimal): -13348343 or 610868. OLE color: 610868.

HSL color Cylindrical-coordinate representation of color #345209: hue angle of 84.66º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #345209 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 82 9 -
CMYK 0.37 0 0.89 0.68
HSL 84.66º 0.8% 0.18% -
HSV(B) 84.66º 0.89% 0.32% -
XYZ 4.48 6.78 1.33 -
YUV 64.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 52 82 9 0.37 0 0.89 0.68 84.66 0.8 0.18
Hex 34 52 9 25 0 59 44 55 50 12
Octal 64 122 11 45 0 131 104 125 120 22
Binary 110100 1010010 1001 100101 0 1011001 1000100 1010101 1010000 10010

Color Harmonies of #345209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345209

Black with #345209

Text Example


Text Example

White with #345209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345209; }

 p { color: rgb(52,82,9); }

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

background-color css

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

 a { background-color: rgb(52,82,9); }

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

border-color css

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

 span { border-color: rgb(52,82,9); }

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