Html Css Color HEX #343913 Turtle Green

📋 copy color: '#343913'

red 52 ◦ green 57 ◦ blue 19

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

Shades of Turtle Green #343913

Tints of Turtle Green #343913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.53%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 40.63%
G = 44.53%
B = 14.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#343913 (or 0x343913) is known color: Turtle Green. HEX triplet: 34, 39 and 13. RGB value is (52,57,19). Sum of RGB (Red+Green+Blue) = 52+57+19=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #343913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343913 is #CBC6EC. Grayscale: #333333. Windows color (decimal): -13354733 or 1259828. OLE color: 1259828.

HSL color Cylindrical-coordinate representation of color #343913: hue angle of 67.89º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343913 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 19 -
CMYK 0.09 0 0.67 0.78
HSL 67.89º 0.5% 0.15% -
HSV(B) 67.89º 0.67% 0.22% -
XYZ 3 3.7 1.17 -
YUV 51.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 52 57 19 0.09 0 0.67 0.78 67.89 0.5 0.15
Hex 34 39 13 9 0 43 4E 44 32 F
Octal 64 71 23 11 0 103 116 104 62 17
Binary 110100 111001 10011 1001 0 1000011 1001110 1000100 110010 1111

Color Harmonies of #343913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343913

Black with #343913

Text Example


Text Example

White with #343913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343913; }

 p { color: rgb(52,57,19); }

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

background-color css

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

 a { background-color: rgb(52,57,19); }

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

border-color css

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

 span { border-color: rgb(52,57,19); }

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