#365110

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

Shades of Turtle Green #365110

Tints of Turtle Green #365110

Color information

#365110 (or 0x365110) is unknown color: approx Turtle Green. HEX triplet: 36, 51 and 10. RGB value is (54,81,16). Sum of RGB (Red+Green+Blue) = 54+81+16=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #365110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365110 is #C9AEEF. Grayscale: #414141. Windows color (decimal): -13217520 or 1069366. OLE color: 1069366.

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

Color convert

RGB548116-
CMYK0.3300.800.68
HSL84.92º67.01%19.02%-
HSV(B)84.92º80.25%31.76%-
XYZ4.566.711.54-
YUV65.52100.05119.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 81 (32.03% from 255) = 53.64%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=35.76%
G=53.64%
B=10.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481160.3300.800.6884.9267.0119.02
Hex3651102105044554313
Octal661212041012010412510323
Binary1101101010001100001000010101000010001001010101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365110; }

 p { color: rgb(54,81,16); }

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

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

 a { background-color: rgb(54,81,16); }

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

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

 span { border-color: rgb(54,81,16); }

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