Html Css Color HEX #343915 Turtle Green

📋 copy color: '#343915'

red 52 ◦ green 57 ◦ blue 21

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

Shades of Turtle Green #343915

Tints of Turtle Green #343915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 40%
G = 43.85%
B = 16.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#343915 (or 0x343915) is known color: Turtle Green. HEX triplet: 34, 39 and 15. RGB value is (52,57,21). Sum of RGB (Red+Green+Blue) = 52+57+21=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #343915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343915 is #CBC6EA. Grayscale: #333333. Windows color (decimal): -13354731 or 1390900. OLE color: 1390900.

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

Color convert

RGB 52 57 21 -
CMYK 0.09 0 0.63 0.78
HSL 68.33º 0.46% 0.15% -
HSV(B) 68.33º 0.63% 0.22% -
XYZ 3.01 3.71 1.27 -
YUV 51.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 52 57 21 0.09 0 0.63 0.78 68.33 0.46 0.15
Hex 34 39 15 9 0 3F 4E 44 2E F
Octal 64 71 25 11 0 77 116 104 56 17
Binary 110100 111001 10101 1001 0 111111 1001110 1000100 101110 1111

Color Harmonies of #343915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343915

Black with #343915

Text Example


Text Example

White with #343915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343915; }

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

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

background-color css

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

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

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

border-color css

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

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

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