Html Css Color HEX #344515 Turtle Green

📋 copy color: '#344515'

red 52 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #344515

Tints of Turtle Green #344515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 36.62%
G = 48.59%
B = 14.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#344515 (or 0x344515) is known color: Turtle Green. HEX triplet: 34, 45 and 15. RGB value is (52,69,21). Sum of RGB (Red+Green+Blue) = 52+69+21=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #344515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344515 is #CBBAEA. Grayscale: #3A3A3A. Windows color (decimal): -13351659 or 1393972. OLE color: 1393972.

HSL color Cylindrical-coordinate representation of color #344515: hue angle of 81.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344515 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 69 21 -
CMYK 0.25 0 0.70 0.73
HSL 81.25º 0.53% 0.18% -
HSV(B) 81.25º 0.7% 0.27% -
XYZ 3.68 5.04 1.49 -
YUV 58.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 52 69 21 0.25 0 0.70 0.73 81.25 0.53 0.18
Hex 34 45 15 19 0 46 49 51 35 12
Octal 64 105 25 31 0 106 111 121 65 22
Binary 110100 1000101 10101 11001 0 1000110 1001001 1010001 110101 10010

Color Harmonies of #344515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344515

Black with #344515

Text Example


Text Example

White with #344515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344515; }

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

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

background-color css

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

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

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

border-color css

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

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

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