#05B334

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

Shades of Dark Pastel Green #05B334

Tints of Dark Pastel Green #05B334

Color information

#05B334 (or 0x05B334) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B3 and 34. RGB value is (5,179,52). Sum of RGB (Red+Green+Blue) = 5+179+52=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #05B334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B334 is #FA4CCB. Grayscale: #707070. Windows color (decimal): -16403660 or 3453701. OLE color: 3453701.

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

Color convert

RGB517952-
CMYK0.9700.710.30
HSL136.21º94.57%36.08%-
HSV(B)136.21º97.21%70.2%-
XYZ16.832.528.64-
YUV112.593.8551.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 179 (70.31% from 255) = 75.85%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=2.12%
G=75.85%
B=22.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5179520.9700.710.30136.2194.5736.08
Hex5B334610471E885f24
Octal52636414101073621013744
Binary1011011001111010011000010100011111110100010001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,179,52); }

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

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

 a { background-color: rgb(5,179,52); }

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

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

 span { border-color: rgb(5,179,52); }

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