#364115

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

Shades of Turtle Green #364115

Tints of Turtle Green #364115

Color information

#364115 (or 0x364115) is unknown color: approx Turtle Green. HEX triplet: 36, 41 and 15. RGB value is (54,65,21). Sum of RGB (Red+Green+Blue) = 54+65+21=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #364115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364115 is #C9BEEA. Grayscale: #383838. Windows color (decimal): -13221611 or 1392950. OLE color: 1392950.

HSL color Cylindrical-coordinate representation of color #364115: hue angle of 75º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364115 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB546521-
CMYK0.1700.680.75
HSL75º51.16%16.86%-
HSV(B)75º67.69%25.49%-
XYZ3.554.621.41-
YUV56.7107.86126.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 21 (8.59% from 255) = 15%
R=38.57%
G=46.43%
B=15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465210.1700.680.757551.1616.86
Hex364115110444B4b3311
Octal66101252101041131136321
Binary11011010000011010110001010001001001011100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364115; }

 p { color: rgb(54,65,21); }

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

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

 a { background-color: rgb(54,65,21); }

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

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

 span { border-color: rgb(54,65,21); }

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