Html Css Color HEX #343B20 Turtle Green

📋 copy color: '#343B20'

red 52 ◦ green 59 ◦ blue 32

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

Shades of Turtle Green #343B20

Tints of Turtle Green #343B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.26%

 BLUE value IS 32 (12.89% from 255) = 22.38%

R = 36.36%
G = 41.26%
B = 22.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.77

RGB Variations

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

Color information

#343B20 (or 0x343B20) is known color: Turtle Green. HEX triplet: 34, 3B and 20. RGB value is (52,59,32). Sum of RGB (Red+Green+Blue) = 52+59+32=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #343B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B20 is #CBC4DF. Grayscale: #353535. Windows color (decimal): -13354208 or 2112308. OLE color: 2112308.

HSL color Cylindrical-coordinate representation of color #343B20: hue angle of 75.56º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343B20 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 32 -
CMYK 0.12 0 0.46 0.77
HSL 75.56º 0.3% 0.18% -
HSV(B) 75.56º 0.46% 0.23% -
XYZ 3.24 3.96 1.96 -
YUV 53.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 52 59 32 0.12 0 0.46 0.77 75.56 0.3 0.18
Hex 34 3B 20 C 0 2E 4D 4C 1E 12
Octal 64 73 40 14 0 56 115 114 36 22
Binary 110100 111011 100000 1100 0 101110 1001101 1001100 11110 10010

Color Harmonies of #343B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B20

Black with #343B20

Text Example


Text Example

White with #343B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B20; }

 p { color: rgb(52,59,32); }

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

background-color css

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

 a { background-color: rgb(52,59,32); }

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

border-color css

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

 span { border-color: rgb(52,59,32); }

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