Html Css Color HEX #343C20 Turtle Green

📋 copy color: '#343C20'

red 52 ◦ green 60 ◦ blue 32

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

Shades of Turtle Green #343C20

Tints of Turtle Green #343C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

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

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#343C20 (or 0x343C20) is known color: Turtle Green. HEX triplet: 34, 3C and 20. RGB value is (52,60,32). Sum of RGB (Red+Green+Blue) = 52+60+32=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 60 - color contains mainly: green. Hex color #343C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C20 is #CBC3DF. Grayscale: #363636. Windows color (decimal): -13353952 or 2112564. OLE color: 2112564.

HSL color Cylindrical-coordinate representation of color #343C20: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #343C20 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 60 32 -
CMYK 0.13 0 0.47 0.76
HSL 77.14º 0.3% 0.18% -
HSV(B) 77.14º 0.47% 0.24% -
XYZ 3.29 4.07 1.98 -
YUV 54.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 52 60 32 0.13 0 0.47 0.76 77.14 0.3 0.18
Hex 34 3C 20 D 0 2F 4C 4D 1E 12
Octal 64 74 40 15 0 57 114 115 36 22
Binary 110100 111100 100000 1101 0 101111 1001100 1001101 11110 10010

Color Harmonies of #343C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C20

Black with #343C20

Text Example


Text Example

White with #343C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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