Html Css Color HEX #344C15 Turtle Green

📋 copy color: '#344C15'

red 52 ◦ green 76 ◦ blue 21

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

Shades of Turtle Green #344C15

Tints of Turtle Green #344C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.01%

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

R = 34.9%
G = 51.01%
B = 14.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#344C15 (or 0x344C15) is known color: Turtle Green. HEX triplet: 34, 4C and 15. RGB value is (52,76,21). Sum of RGB (Red+Green+Blue) = 52+76+21=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #344C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344C15 is #CBB3EA. Grayscale: #3E3E3E. Windows color (decimal): -13349867 or 1395764. OLE color: 1395764.

HSL color Cylindrical-coordinate representation of color #344C15: hue angle of 86.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344C15 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 21 -
CMYK 0.32 0 0.72 0.70
HSL 86.18º 0.57% 0.19% -
HSV(B) 86.18º 0.72% 0.3% -
XYZ 4.14 5.95 1.64 -
YUV 62.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 52 76 21 0.32 0 0.72 0.70 86.18 0.57 0.19
Hex 34 4C 15 20 0 48 46 56 39 13
Octal 64 114 25 40 0 110 106 126 71 23
Binary 110100 1001100 10101 100000 0 1001000 1000110 1010110 111001 10011

Color Harmonies of #344C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C15

Black with #344C15

Text Example


Text Example

White with #344C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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