#364704

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

Shades of Turtle Green #364704

Tints of Turtle Green #364704

Color information

#364704 (or 0x364704) is unknown color: approx Turtle Green. HEX triplet: 36, 47 and 04. RGB value is (54,71,4). Sum of RGB (Red+Green+Blue) = 54+71+4=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #364704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364704 is #C9B8FB. Grayscale: #3A3A3A. Windows color (decimal): -13220092 or 280374. OLE color: 280374.

HSL color Cylindrical-coordinate representation of color #364704: hue angle of 75.22º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364704 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB54714-
CMYK0.2400.940.72
HSL75.22º89.33%14.71%-
HSV(B)75.22º94.37%27.84%-
XYZ3.85.30.94-
YUV58.2897.37124.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=41.86%
G=55.04%
B=3.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal547140.2400.940.7275.2289.3314.71
Hex364741805E484b59f
Octal66107430013611011313117
Binary110110100011110011000010111101001000100101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364704; }

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

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

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

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

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

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

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

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