#364D09

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

Shades of Turtle Green #364D09

Tints of Turtle Green #364D09

Color information

#364D09 (or 0x364D09) is unknown color: approx Turtle Green. HEX triplet: 36, 4D and 09. RGB value is (54,77,9). Sum of RGB (Red+Green+Blue) = 54+77+9=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #364D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D09 is #C9B2F6. Grayscale: #3E3E3E. Windows color (decimal): -13218551 or 609590. OLE color: 609590.

HSL color Cylindrical-coordinate representation of color #364D09: hue angle of 80.29º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #364D09 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB54779-
CMYK0.3000.880.70
HSL80.29º79.07%16.86%-
HSV(B)80.29º88.31%30.2%-
XYZ4.226.111.22-
YUV62.3797.88122.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 77 (30.47% from 255) = 55%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=38.57%
G=55%
B=6.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal547790.3000.880.7080.2979.0716.86
Hex364D91E05846504f11
Octal661151136013010612011721
Binary11011010011011001111100101100010001101010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,77,9); }

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

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

 a { background-color: rgb(54,77,9); }

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

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

 span { border-color: rgb(54,77,9); }

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