#364013

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

Shades of Turtle Green #364013

Tints of Turtle Green #364013

Color information

#364013 (or 0x364013) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 13. RGB value is (54,64,19). Sum of RGB (Red+Green+Blue) = 54+64+19=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #364013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364013 is #C9BFEC. Grayscale: #383838. Windows color (decimal): -13221869 or 1261622. OLE color: 1261622.

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

Color convert

RGB546419-
CMYK0.1600.700.75
HSL73.33º54.22%16.27%-
HSV(B)73.33º70.31%25.1%-
XYZ3.474.51.3-
YUV55.88107.19126.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=39.42%
G=46.72%
B=13.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464190.1600.700.7573.3354.2216.27
Hex364013100464B493610
Octal66100232001061131116620
Binary11011010000001001110000010001101001011100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364013; }

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

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

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

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

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

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

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

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