#345311

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

Shades of Turtle Green #345311

Tints of Turtle Green #345311

Color information

#345311 (or 0x345311) is unknown color: approx Turtle Green. HEX triplet: 34, 53 and 11. RGB value is (52,83,17). Sum of RGB (Red+Green+Blue) = 52+83+17=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #345311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345311 is #CBACEE. Grayscale: #424242. Windows color (decimal): -13348079 or 1135412. OLE color: 1135412.

HSL color Cylindrical-coordinate representation of color #345311: hue angle of 88.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #345311 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB528317-
CMYK0.3700.800.67
HSL88.18º66%19.61%-
HSV(B)88.18º79.52%32.55%-
XYZ4.616.961.63-
YUV66.21100.23117.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=34.21%
G=54.61%
B=11.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283170.3700.800.6788.186619.61
Hex3453112505043584214
Octal641232145012010313010224
Binary1101001010011100011001010101000010000111011000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345311; }

 p { color: rgb(52,83,17); }

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

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

 a { background-color: rgb(52,83,17); }

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

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

 span { border-color: rgb(52,83,17); }

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