Html Css Color HEX #343715 Turtle Green

📋 copy color: '#343715'

red 52 ◦ green 55 ◦ blue 21

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

Shades of Turtle Green #343715

Tints of Turtle Green #343715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 40.63%
G = 42.97%
B = 16.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#343715 (or 0x343715) is known color: Turtle Green. HEX triplet: 34, 37 and 15. RGB value is (52,55,21). Sum of RGB (Red+Green+Blue) = 52+55+21=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #343715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343715 is #CBC8EA. Grayscale: #323232. Windows color (decimal): -13355243 or 1390388. OLE color: 1390388.

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

Color convert

RGB 52 55 21 -
CMYK 0.05 0 0.62 0.78
HSL 65.29º 0.45% 0.15% -
HSV(B) 65.29º 0.62% 0.22% -
XYZ 2.92 3.52 1.23 -
YUV 50.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 52 55 21 0.05 0 0.62 0.78 65.29 0.45 0.15
Hex 34 37 15 5 0 3E 4E 41 2D F
Octal 64 67 25 5 0 76 116 101 55 17
Binary 110100 110111 10101 101 0 111110 1001110 1000001 101101 1111

Color Harmonies of #343715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343715

Black with #343715

Text Example


Text Example

White with #343715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343715; }

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

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

background-color css

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

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

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

border-color css

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

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

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