Html Css Color HEX #343A22 Turtle Green

📋 copy color: '#343A22'

red 52 ◦ green 58 ◦ blue 34

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

Shades of Turtle Green #343A22

Tints of Turtle Green #343A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 36.11%
G = 40.28%
B = 23.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#343A22 (or 0x343A22) is known color: Turtle Green. HEX triplet: 34, 3A and 22. RGB value is (52,58,34). Sum of RGB (Red+Green+Blue) = 52+58+34=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 58 - color contains mainly: green. Hex color #343A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A22 is #CBC5DD. Grayscale: #353535. Windows color (decimal): -13354462 or 2243124. OLE color: 2243124.

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

Color convert

RGB 52 58 34 -
CMYK 0.10 0 0.41 0.77
HSL 75º 0.26% 0.18% -
HSV(B) 75º 0.41% 0.23% -
XYZ 3.22 3.87 2.09 -
YUV 53.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 52 58 34 0.10 0 0.41 0.77 75 0.26 0.18
Hex 34 3A 22 A 0 29 4D 4B 1A 12
Octal 64 72 42 12 0 51 115 113 32 22
Binary 110100 111010 100010 1010 0 101001 1001101 1001011 11010 10010

Color Harmonies of #343A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A22

Black with #343A22

Text Example


Text Example

White with #343A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,58,34); }

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

background-color css

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

 a { background-color: rgb(52,58,34); }

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

border-color css

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

 span { border-color: rgb(52,58,34); }

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