#05B437

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

Shades of Dark Pastel Green #05B437

Tints of Dark Pastel Green #05B437

Color information

#05B437 (or 0x05B437) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B4 and 37. RGB value is (5,180,55). Sum of RGB (Red+Green+Blue) = 5+180+55=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #05B437 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B437 is #FA4BC8. Grayscale: #717171. Windows color (decimal): -16403401 or 3650565. OLE color: 3650565.

HSL color Cylindrical-coordinate representation of color #05B437: hue angle of 137.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B437 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB518055-
CMYK0.9700.690.29
HSL137.14º94.59%36.27%-
HSV(B)137.14º97.22%70.59%-
XYZ17.0732.959.07-
YUV113.4295.0250.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 180 (70.70% from 255) = 75%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=2.08%
G=75%
B=22.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5180550.9700.690.29137.1494.5936.27
Hex5B437610451D895f24
Octal52646714101053521113744
Binary1011011010011011111000010100010111101100010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B437; }

 p { color: rgb(5,180,55); }

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

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

 a { background-color: rgb(5,180,55); }

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

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

 span { border-color: rgb(5,180,55); }

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