#364010

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

Shades of Turtle Green #364010

Tints of Turtle Green #364010

Color information

#364010 (or 0x364010) is unknown color: approx Turtle Green. HEX triplet: 36, 40 and 10. RGB value is (54,64,16). Sum of RGB (Red+Green+Blue) = 54+64+16=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #364010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364010 is #C9BFEF. Grayscale: #373737. Windows color (decimal): -13221872 or 1065014. OLE color: 1065014.

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

Color convert

RGB546416-
CMYK0.1600.750.75
HSL72.5º60%15.69%-
HSV(B)72.5º75%25.1%-
XYZ3.454.491.17-
YUV55.54105.69126.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=40.30%
G=47.76%
B=11.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464160.1600.750.7572.56015.69
Hex3640101004B4B483c10
Octal66100202001131131107420
Binary11011010000001000010000010010111001011100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364010; }

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

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

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

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

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

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

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

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