Html Css Color HEX #344815 Turtle Green

📋 copy color: '#344815'

red 52 ◦ green 72 ◦ blue 21

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

Shades of Turtle Green #344815

Tints of Turtle Green #344815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 35.86%
G = 49.66%
B = 14.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#344815 (or 0x344815) is known color: Turtle Green. HEX triplet: 34, 48 and 15. RGB value is (52,72,21). Sum of RGB (Red+Green+Blue) = 52+72+21=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #344815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344815 is #CBB7EA. Grayscale: #3C3C3C. Windows color (decimal): -13350891 or 1394740. OLE color: 1394740.

HSL color Cylindrical-coordinate representation of color #344815: hue angle of 83.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344815 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 21 -
CMYK 0.28 0 0.71 0.72
HSL 83.53º 0.55% 0.18% -
HSV(B) 83.53º 0.71% 0.28% -
XYZ 3.87 5.42 1.55 -
YUV 60.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 52 72 21 0.28 0 0.71 0.72 83.53 0.55 0.18
Hex 34 48 15 1C 0 47 48 54 37 12
Octal 64 110 25 34 0 107 110 124 67 22
Binary 110100 1001000 10101 11100 0 1000111 1001000 1010100 110111 10010

Color Harmonies of #344815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344815

Black with #344815

Text Example


Text Example

White with #344815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344815; }

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

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

background-color css

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

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

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

border-color css

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

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

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