#363914

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

Shades of Turtle Green #363914

Tints of Turtle Green #363914

Color information

#363914 (or 0x363914) is unknown color: approx Turtle Green. HEX triplet: 36, 39 and 14. RGB value is (54,57,20). Sum of RGB (Red+Green+Blue) = 54+57+20=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #363914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363914 is #C9C6EB. Grayscale: #343434. Windows color (decimal): -13223660 or 1325366. OLE color: 1325366.

HSL color Cylindrical-coordinate representation of color #363914: hue angle of 64.86º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363914 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB545720-
CMYK0.0500.650.78
HSL64.86º48.05%15.1%-
HSV(B)64.86º64.91%22.35%-
XYZ3.113.761.22-
YUV51.88110.01129.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 57 (22.66% from 255) = 43.51%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=41.22%
G=43.51%
B=15.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5457200.0500.650.7864.8648.0515.1
Hex36391450414E4130f
Octal667124501011161016017
Binary1101101110011010010101000001100111010000011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363914; }

 p { color: rgb(54,57,20); }

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

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

 a { background-color: rgb(54,57,20); }

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

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

 span { border-color: rgb(54,57,20); }

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