#05382B

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

Shades of Dark Green #05382B

Tints of Dark Green #05382B

Color information

#05382B (or 0x05382B) is unknown color: approx Dark Green. HEX triplet: 05, 38 and 2B. RGB value is (5,56,43). Sum of RGB (Red+Green+Blue) = 5+56+43=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #05382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05382B is #FAC7D4. Grayscale: #272727. Windows color (decimal): -16435157 or 2832389. OLE color: 2832389.

HSL color Cylindrical-coordinate representation of color #05382B: hue angle of 164.71º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05382B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB55643-
CMYK0.9100.230.78
HSL164.71º83.61%11.96%-
HSV(B)164.71º91.07%21.96%-
XYZ1.913.042.77-
YUV39.27130.1103.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=4.81%
G=53.85%
B=41.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556430.9100.230.78164.7183.6111.96
Hex5382B5B0174Ea554c
Octal5705313302711624512414
Binary101111000101011101101101011110011101010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05382B; }

 p { color: rgb(5,56,43); }

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

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

 a { background-color: rgb(5,56,43); }

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

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

 span { border-color: rgb(5,56,43); }

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