#4BA526

Color #4BA526 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4BA526

Tints of Kelly Green #4BA526

Color information

#4BA526 (or 0x4BA526) is unknown color: approx Kelly Green. HEX triplet: 4B, A5 and 26. RGB value is (75,165,38). Sum of RGB (Red+Green+Blue) = 75+165+38=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA526 is #B45AD9. Grayscale: #7C7C7C. Windows color (decimal): -11819738 or 2532683. OLE color: 2532683.

HSL color Cylindrical-coordinate representation of color #4BA526: hue angle of 102.52º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4BA526 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB7516538-
CMYK0.5500.770.35
HSL102.52º62.56%39.8%-
HSV(B)102.52º76.97%64.71%-
XYZ16.7128.556.46-
YUV123.6179.6893.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 165 (64.84% from 255) = 59.35%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=26.98%
G=59.35%
B=13.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165380.5500.770.35102.5262.5639.8
Hex4BA5263704D23673f28
Octal11324546670115431477750
Binary100101110100101100110110111010011011000111100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA526; }

 p { color: rgb(75,165,38); }

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

<style>
 a { background-color: #4BA526; }

 a { background-color: rgb(75,165,38); }

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

<style>
 span { border-color: #4BA526; }

 span { border-color: rgb(75,165,38); }

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