#364015

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

Shades of Turtle Green #364015

Tints of Turtle Green #364015

Color information

#364015 (or 0x364015) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 15. RGB value is (54,64,21). Sum of RGB (Red+Green+Blue) = 54+64+21=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #364015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364015 is #C9BFEA. Grayscale: #383838. Windows color (decimal): -13221867 or 1392694. OLE color: 1392694.

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

Color convert

RGB546421-
CMYK0.1600.670.75
HSL73.95º50.59%16.67%-
HSV(B)73.95º67.19%25.1%-
XYZ3.494.511.4-
YUV56.11108.19126.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=38.85%
G=46.04%
B=15.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464210.1600.670.7573.9550.5916.67
Hex364015100434B4a3311
Octal66100252001031131126321
Binary11011010000001010110000010000111001011100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364015; }

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

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

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

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

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

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

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

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