Html Css Color HEX #343E19 Turtle Green

📋 copy color: '#343E19'

red 52 ◦ green 62 ◦ blue 25

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

Shades of Turtle Green #343E19

Tints of Turtle Green #343E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 44.6%

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

R = 37.41%
G = 44.6%
B = 17.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#343E19 (or 0x343E19) is known color: Turtle Green. HEX triplet: 34, 3E and 19. RGB value is (52,62,25). Sum of RGB (Red+Green+Blue) = 52+62+25=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #343E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E19 is #CBC1E6. Grayscale: #363636. Windows color (decimal): -13353447 or 1654324. OLE color: 1654324.

HSL color Cylindrical-coordinate representation of color #343E19: hue angle of 76.22º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343E19 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 62 25 -
CMYK 0.16 0 0.60 0.76
HSL 76.22º 0.43% 0.17% -
HSV(B) 76.22º 0.6% 0.24% -
XYZ 3.31 4.25 1.56 -
YUV 54.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 52 62 25 0.16 0 0.60 0.76 76.22 0.43 0.17
Hex 34 3E 19 10 0 3C 4C 4C 2B 11
Octal 64 76 31 20 0 74 114 114 53 21
Binary 110100 111110 11001 10000 0 111100 1001100 1001100 101011 10001

Color Harmonies of #343E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E19

Black with #343E19

Text Example


Text Example

White with #343E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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