#364E04

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

Shades of Turtle Green #364E04

Tints of Turtle Green #364E04

Color information

#364E04 (or 0x364E04) is unknown color: approx Turtle Green. HEX triplet: 36, 4E and 04. RGB value is (54,78,4). Sum of RGB (Red+Green+Blue) = 54+78+4=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #364E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364E04 is #C9B1FB. Grayscale: #3E3E3E. Windows color (decimal): -13218300 or 282166. OLE color: 282166.

HSL color Cylindrical-coordinate representation of color #364E04: hue angle of 79.46º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #364E04 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB54784-
CMYK0.3100.950.69
HSL79.46º90.24%16.08%-
HSV(B)79.46º94.87%30.59%-
XYZ4.276.241.09-
YUV62.3995.05122.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 78 (30.86% from 255) = 57.35%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=39.71%
G=57.35%
B=2.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal547840.3100.950.6979.4690.2416.08
Hex364E41F05F454f5a10
Octal66116437013710511713220
Binary1101101001110100111110101111110001011001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E04; }

 p { color: rgb(54,78,4); }

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

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

 a { background-color: rgb(54,78,4); }

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

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

 span { border-color: rgb(54,78,4); }

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