Html Css Color HEX #343B1E Turtle Green

📋 copy color: '#343B1E'

red 52 ◦ green 59 ◦ blue 30

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

Shades of Turtle Green #343B1E

Tints of Turtle Green #343B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 36.88%
G = 41.84%
B = 21.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#343B1E (or 0x343B1E) is known color: Turtle Green. HEX triplet: 34, 3B and 1E. RGB value is (52,59,30). Sum of RGB (Red+Green+Blue) = 52+59+30=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #343B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B1E is #CBC4E1. Grayscale: #353535. Windows color (decimal): -13354210 or 1981236. OLE color: 1981236.

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

Color convert

RGB 52 59 30 -
CMYK 0.12 0 0.49 0.77
HSL 74.48º 0.33% 0.17% -
HSV(B) 74.48º 0.49% 0.23% -
XYZ 3.21 3.95 1.82 -
YUV 53.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 52 59 30 0.12 0 0.49 0.77 74.48 0.33 0.17
Hex 34 3B 1E C 0 31 4D 4A 21 11
Octal 64 73 36 14 0 61 115 112 41 21
Binary 110100 111011 11110 1100 0 110001 1001101 1001010 100001 10001

Color Harmonies of #343B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B1E

Black with #343B1E

Text Example


Text Example

White with #343B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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