Html Css Color HEX #343F20 Turtle Green

📋 copy color: '#343F20'

red 52 ◦ green 63 ◦ blue 32

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

Shades of Turtle Green #343F20

Tints of Turtle Green #343F20

RGB

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

 GREEN value IS 63 (25% from 255) = 42.86%

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

R = 35.37%
G = 42.86%
B = 21.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#343F20 (or 0x343F20) is known color: Turtle Green. HEX triplet: 34, 3F and 20. RGB value is (52,63,32). Sum of RGB (Red+Green+Blue) = 52+63+32=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #343F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F20 is #CBC0DF. Grayscale: #383838. Windows color (decimal): -13353184 or 2113332. OLE color: 2113332.

HSL color Cylindrical-coordinate representation of color #343F20: hue angle of 81.29º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #343F20 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 63 32 -
CMYK 0.17 0 0.49 0.75
HSL 81.29º 0.33% 0.19% -
HSV(B) 81.29º 0.49% 0.25% -
XYZ 3.45 4.39 2.03 -
YUV 56.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 52 63 32 0.17 0 0.49 0.75 81.29 0.33 0.19
Hex 34 3F 20 11 0 31 4B 51 21 13
Octal 64 77 40 21 0 61 113 121 41 23
Binary 110100 111111 100000 10001 0 110001 1001011 1010001 100001 10011

Color Harmonies of #343F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F20

Black with #343F20

Text Example


Text Example

White with #343F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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