Html Css Color HEX #344818 Turtle Green

📋 copy color: '#344818'

red 52 ◦ green 72 ◦ blue 24

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

Shades of Turtle Green #344818

Tints of Turtle Green #344818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 35.14%
G = 48.65%
B = 16.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#344818 (or 0x344818) is known color: Turtle Green. HEX triplet: 34, 48 and 18. RGB value is (52,72,24). Sum of RGB (Red+Green+Blue) = 52+72+24=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #344818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344818 is #CBB7E7. Grayscale: #3C3C3C. Windows color (decimal): -13350888 or 1591348. OLE color: 1591348.

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

Color convert

RGB 52 72 24 -
CMYK 0.28 0 0.67 0.72
HSL 85º 0.5% 0.19% -
HSV(B) 85º 0.67% 0.28% -
XYZ 3.9 5.43 1.71 -
YUV 60.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 52 72 24 0.28 0 0.67 0.72 85 0.5 0.19
Hex 34 48 18 1C 0 43 48 55 32 13
Octal 64 110 30 34 0 103 110 125 62 23
Binary 110100 1001000 11000 11100 0 1000011 1001000 1010101 110010 10011

Color Harmonies of #344818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344818

Black with #344818

Text Example


Text Example

White with #344818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344818; }

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

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

background-color css

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

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

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

border-color css

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

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

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