#05C534

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

Shades of Dark Pastel Green #05C534

Tints of Dark Pastel Green #05C534

Color information

#05C534 (or 0x05C534) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C5 and 34. RGB value is (5,197,52). Sum of RGB (Red+Green+Blue) = 5+197+52=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 197 (77.34% from 255 or 77.56% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 197 - color contains mainly: green. Hex color #05C534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C534 is #FA3ACB. Grayscale: #7B7B7B. Windows color (decimal): -16399052 or 3458309. OLE color: 3458309.

HSL color Cylindrical-coordinate representation of color #05C534: hue angle of 134.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C534 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB519752-
CMYK0.9700.740.23
HSL134.69º95.05%39.61%-
HSV(B)134.69º97.46%77.25%-
XYZ20.6540.219.92-
YUV123.0687.8943.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 197 (77.34% from 255) = 77.56%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=1.97%
G=77.56%
B=20.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5197520.9700.740.23134.6995.0539.61
Hex5C5346104A17875f28
Octal53056414101122720713750
Binary1011100010111010011000010100101010111100001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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