#364216

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

Shades of Turtle Green #364216

Tints of Turtle Green #364216

Color information

#364216 (or 0x364216) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 16. RGB value is (54,66,22). Sum of RGB (Red+Green+Blue) = 54+66+22=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #364216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364216 is #C9BDE9. Grayscale: #393939. Windows color (decimal): -13221354 or 1458742. OLE color: 1458742.

HSL color Cylindrical-coordinate representation of color #364216: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364216 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB546622-
CMYK0.1800.670.74
HSL76.36º50%17.25%-
HSV(B)76.36º66.67%25.88%-
XYZ3.614.741.48-
YUV57.4108.02125.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=38.03%
G=46.48%
B=15.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466220.1800.670.7476.365017.25
Hex364216120434A4c3211
Octal66102262201031121146221
Binary11011010000101011010010010000111001010100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364216; }

 p { color: rgb(54,66,22); }

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

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

 a { background-color: rgb(54,66,22); }

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

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

 span { border-color: rgb(54,66,22); }

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