Html Css Color HEX #343C19 Turtle Green

📋 copy color: '#343C19'

red 52 ◦ green 60 ◦ blue 25

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

Shades of Turtle Green #343C19

Tints of Turtle Green #343C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.8%

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

R = 37.96%
G = 43.8%
B = 18.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#343C19 (or 0x343C19) is known color: Turtle Green. HEX triplet: 34, 3C and 19. RGB value is (52,60,25). Sum of RGB (Red+Green+Blue) = 52+60+25=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #343C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C19 is #CBC3E6. Grayscale: #353535. Windows color (decimal): -13353959 or 1653812. OLE color: 1653812.

HSL color Cylindrical-coordinate representation of color #343C19: hue angle of 73.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343C19 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 60 25 -
CMYK 0.13 0 0.58 0.76
HSL 73.71º 0.41% 0.17% -
HSV(B) 73.71º 0.58% 0.24% -
XYZ 3.21 4.03 1.53 -
YUV 53.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 52 60 25 0.13 0 0.58 0.76 73.71 0.41 0.17
Hex 34 3C 19 D 0 3A 4C 4A 29 11
Octal 64 74 31 15 0 72 114 112 51 21
Binary 110100 111100 11001 1101 0 111010 1001100 1001010 101001 10001

Color Harmonies of #343C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C19

Black with #343C19

Text Example


Text Example

White with #343C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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