#344310

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

Shades of Turtle Green #344310

Tints of Turtle Green #344310

Color information

#344310 (or 0x344310) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 10. RGB value is (52,67,16). Sum of RGB (Red+Green+Blue) = 52+67+16=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #344310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344310 is #CBBCEF. Grayscale: #383838. Windows color (decimal): -13352176 or 1065780. OLE color: 1065780.

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

Color convert

RGB526716-
CMYK0.2200.760.74
HSL77.65º61.45%16.27%-
HSV(B)77.65º76.12%26.27%-
XYZ3.524.781.23-
YUV56.7105.03124.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 67 (26.56% from 255) = 49.63%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=38.52%
G=49.63%
B=11.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267160.2200.760.7477.6561.4516.27
Hex3443101604C4A4e3d10
Octal64103202601141121167520
Binary11010010000111000010110010011001001010100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344310; }

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

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

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

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

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

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

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

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