#05B452

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

Shades of Pigment Green #05B452

Tints of Pigment Green #05B452

Color information

#05B452 (or 0x05B452) is unknown color: approx Pigment Green. HEX triplet: 05, B4 and 52. RGB value is (5,180,82). Sum of RGB (Red+Green+Blue) = 5+180+82=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #05B452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B452 is #FA4BAD. Grayscale: #747474. Windows color (decimal): -16403374 or 5420037. OLE color: 5420037.

HSL color Cylindrical-coordinate representation of color #05B452: hue angle of 146.4º 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 #05B452 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB518082-
CMYK0.9700.540.29
HSL146.4º94.59%36.27%-
HSV(B)146.4º97.22%70.59%-
XYZ17.9133.2813.46-
YUV116.5108.5248.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 180 (70.70% from 255) = 67.42%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=1.87%
G=67.42%
B=30.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5180820.9700.540.29146.494.5936.27
Hex5B452610361D925f24
Octal52641221410663522213744
Binary1011011010010100101100001011011011101100100101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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