Html Css Color HEX #343921 Turtle Green

📋 copy color: '#343921'

red 52 ◦ green 57 ◦ blue 33

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

Shades of Turtle Green #343921

Tints of Turtle Green #343921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

 BLUE value IS 33 (13.28% from 255) = 23.24%

R = 36.62%
G = 40.14%
B = 23.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#343921 (or 0x343921) is known color: Turtle Green. HEX triplet: 34, 39 and 21. RGB value is (52,57,33). Sum of RGB (Red+Green+Blue) = 52+57+33=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #343921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343921 is #CBC6DE. Grayscale: #343434. Windows color (decimal): -13354719 or 2177332. OLE color: 2177332.

HSL color Cylindrical-coordinate representation of color #343921: hue angle of 72.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343921 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 33 -
CMYK 0.09 0 0.42 0.78
HSL 72.5º 0.27% 0.18% -
HSV(B) 72.5º 0.42% 0.22% -
XYZ 3.15 3.77 2 -
YUV 52.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 52 57 33 0.09 0 0.42 0.78 72.5 0.27 0.18
Hex 34 39 21 9 0 2A 4E 48 1B 12
Octal 64 71 41 11 0 52 116 110 33 22
Binary 110100 111001 100001 1001 0 101010 1001110 1001000 11011 10010

Color Harmonies of #343921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343921

Black with #343921

Text Example


Text Example

White with #343921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343921; }

 p { color: rgb(52,57,33); }

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

background-color css

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

 a { background-color: rgb(52,57,33); }

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

border-color css

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

 span { border-color: rgb(52,57,33); }

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