#05362F

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

Shades of Dark Green #05362F

Tints of Dark Green #05362F

Color information

#05362F (or 0x05362F) is unknown color: approx Dark Green. HEX triplet: 05, 36 and 2F. RGB value is (5,54,47). Sum of RGB (Red+Green+Blue) = 5+54+47=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #05362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05362F is #FAC9D0. Grayscale: #262626. Windows color (decimal): -16435665 or 3094021. OLE color: 3094021.

HSL color Cylindrical-coordinate representation of color #05362F: hue angle of 171.43º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05362F is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB55447-
CMYK0.9100.130.79
HSL171.43º83.05%11.57%-
HSV(B)171.43º90.74%21.18%-
XYZ1.892.883.14-
YUV38.55132.77104.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=4.72%
G=50.94%
B=44.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554470.9100.130.79171.4383.0511.57
Hex5362F5B0D4Fab53c
Octal5665713301511725312314
Binary10111011010111110110110110110011111010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05362F; }

 p { color: rgb(5,54,47); }

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

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

 a { background-color: rgb(5,54,47); }

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

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

 span { border-color: rgb(5,54,47); }

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