#364A07

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

Shades of Turtle Green #364A07

Tints of Turtle Green #364A07

Color information

#364A07 (or 0x364A07) is unknown color: approx Turtle Green. HEX triplet: 36, 4A and 07. RGB value is (54,74,7). Sum of RGB (Red+Green+Blue) = 54+74+7=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #364A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364A07 is #C9B5F8. Grayscale: #3C3C3C. Windows color (decimal): -13219321 or 477750. OLE color: 477750.

HSL color Cylindrical-coordinate representation of color #364A07: hue angle of 77.91º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364A07 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB54747-
CMYK0.2700.910.71
HSL77.91º82.72%15.88%-
HSV(B)77.91º90.54%29.02%-
XYZ4.015.71.09-
YUV60.3897.87123.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 54.81%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=40%
G=54.81%
B=5.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal547470.2700.910.7177.9182.7215.88
Hex364A71B05B474e5310
Octal66112733013310711612320
Binary1101101001010111110110101101110001111001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,7); }

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

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

 a { background-color: rgb(54,74,7); }

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

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

 span { border-color: rgb(54,74,7); }

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