#344219

Color #344219 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #344219

Tints of Turtle Green #344219

Color information

#344219 (or 0x344219) is unknown color: approx Turtle Green. HEX triplet: 34, 42 and 19. RGB value is (52,66,25). Sum of RGB (Red+Green+Blue) = 52+66+25=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #344219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344219 is #CBBDE6. Grayscale: #393939. Windows color (decimal): -13352423 or 1655348. OLE color: 1655348.

HSL color Cylindrical-coordinate representation of color #344219: hue angle of 80.49º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344219 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB526625-
CMYK0.2100.620.74
HSL80.49º45.05%17.84%-
HSV(B)80.49º62.12%25.88%-
XYZ3.544.71.64-
YUV57.14109.86124.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=36.36%
G=46.15%
B=17.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266250.2100.620.7480.4945.0517.84
Hex3442191503E4A502d12
Octal6410231250761121205522
Binary1101001000010110011010101111101001010101000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344219; }

 p { color: rgb(52,66,25); }

 H1.HeaderClassName
 {
   color: #344219;
 }
 .AnyTagClassName
 {
   color: #344219;
 }
</style>
background-color css

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

 a { background-color: rgb(52,66,25); }

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

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

 span { border-color: rgb(52,66,25); }

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