Html Css Color HEX #343B19 Turtle Green

📋 copy color: '#343B19'

red 52 ◦ green 59 ◦ blue 25

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

Shades of Turtle Green #343B19

Tints of Turtle Green #343B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 38.24%
G = 43.38%
B = 18.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#343B19 (or 0x343B19) is known color: Turtle Green. HEX triplet: 34, 3B and 19. RGB value is (52,59,25). Sum of RGB (Red+Green+Blue) = 52+59+25=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #343B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B19 is #CBC4E6. Grayscale: #353535. Windows color (decimal): -13354215 or 1653556. OLE color: 1653556.

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

Color convert

RGB 52 59 25 -
CMYK 0.12 0 0.58 0.77
HSL 72.35º 0.4% 0.16% -
HSV(B) 72.35º 0.58% 0.23% -
XYZ 3.16 3.93 1.51 -
YUV 53.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 52 59 25 0.12 0 0.58 0.77 72.35 0.4 0.16
Hex 34 3B 19 C 0 3A 4D 48 28 10
Octal 64 73 31 14 0 72 115 110 50 20
Binary 110100 111011 11001 1100 0 111010 1001101 1001000 101000 10000

Color Harmonies of #343B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B19

Black with #343B19

Text Example


Text Example

White with #343B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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