#05332A

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

Shades of Dark Green #05332A

Tints of Dark Green #05332A

Color information

#05332A (or 0x05332A) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 2A. RGB value is (5,51,42). Sum of RGB (Red+Green+Blue) = 5+51+42=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #05332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05332A is #FACCD5. Grayscale: #242424. Windows color (decimal): -16436438 or 2765573. OLE color: 2765573.

HSL color Cylindrical-coordinate representation of color #05332A: hue angle of 168.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05332A is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB55142-
CMYK0.9000.180.8
HSL168.26º82.14%10.98%-
HSV(B)168.26º90.2%20%-
XYZ1.662.572.6-
YUV36.22131.26105.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=5.10%
G=52.04%
B=42.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551420.9000.180.8168.2682.1410.98
Hex5332A5A01250a852b
Octal5635213202212025012213
Binary101110011101010101101001001010100001010100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05332A; }

 p { color: rgb(5,51,42); }

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

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

 a { background-color: rgb(5,51,42); }

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

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

 span { border-color: rgb(5,51,42); }

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