Html Css Color HEX #344718 Turtle Green

📋 copy color: '#344718'

red 52 ◦ green 71 ◦ blue 24

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

Shades of Turtle Green #344718

Tints of Turtle Green #344718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.3%

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

R = 35.37%
G = 48.3%
B = 16.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#344718 (or 0x344718) is known color: Turtle Green. HEX triplet: 34, 47 and 18. RGB value is (52,71,24). Sum of RGB (Red+Green+Blue) = 52+71+24=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #344718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344718 is #CBB8E7. Grayscale: #3C3C3C. Windows color (decimal): -13351144 or 1591092. OLE color: 1591092.

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

Color convert

RGB 52 71 24 -
CMYK 0.27 0 0.66 0.72
HSL 84.26º 0.49% 0.19% -
HSV(B) 84.26º 0.66% 0.28% -
XYZ 3.83 5.3 1.69 -
YUV 59.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 52 71 24 0.27 0 0.66 0.72 84.26 0.49 0.19
Hex 34 47 18 1B 0 42 48 54 31 13
Octal 64 107 30 33 0 102 110 124 61 23
Binary 110100 1000111 11000 11011 0 1000010 1001000 1010100 110001 10011

Color Harmonies of #344718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344718

Black with #344718

Text Example


Text Example

White with #344718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344718; }

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

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

background-color css

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

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

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

border-color css

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

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

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