#344318

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

Shades of Turtle Green #344318

Tints of Turtle Green #344318

Color information

#344318 (or 0x344318) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 18. RGB value is (52,67,24). Sum of RGB (Red+Green+Blue) = 52+67+24=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #344318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344318 is #CBBCE7. Grayscale: #393939. Windows color (decimal): -13352168 or 1590068. OLE color: 1590068.

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

Color convert

RGB526724-
CMYK0.2200.640.74
HSL80.93º47.25%17.84%-
HSV(B)80.93º64.18%26.27%-
XYZ3.594.811.6-
YUV57.61109.03124-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=36.36%
G=46.85%
B=16.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267240.2200.640.7480.9347.2517.84
Hex344318160404A512f12
Octal64103302601001121215722
Binary11010010000111100010110010000001001010101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344318; }

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

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

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

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

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

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

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

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