#365112

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

Shades of Turtle Green #365112

Tints of Turtle Green #365112

Color information

#365112 (or 0x365112) is unknown color: approx Turtle Green. HEX triplet: 36, 51 and 12. RGB value is (54,81,18). Sum of RGB (Red+Green+Blue) = 54+81+18=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #365112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365112 is #C9AEED. Grayscale: #414141. Windows color (decimal): -13217518 or 1200438. OLE color: 1200438.

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

Color convert

RGB548118-
CMYK0.3300.780.68
HSL85.71º63.64%19.41%-
HSV(B)85.71º77.78%31.76%-
XYZ4.576.711.63-
YUV65.74101.05119.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=35.29%
G=52.94%
B=11.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481180.3300.780.6885.7163.6419.41
Hex3651122104E44564013
Octal661212241011610412610023
Binary1101101010001100101000010100111010001001010110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365112; }

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

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

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

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

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

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

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

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