Html Css Color HEX #48B534 Kelly Green

📋 copy color: '#48B534'

red 72 ◦ green 181 ◦ blue 52

#48B534
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #48B534

Tints of Kelly Green #48B534

RGB

 RED value IS 72 (28.52% from 255) = 23.61%

 GREEN value IS 181 (71.09% from 255) = 59.34%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 23.61%
G = 59.34%
B = 17.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#48B534 (or 0x48B534) is known color: Kelly Green. HEX triplet: 48, B5 and 34. RGB value is (72,181,52). Sum of RGB (Red+Green+Blue) = 72+181+52=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #48B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B534 is #B74ACB. Grayscale: #868686. Windows color (decimal): -12012236 or 3454280. OLE color: 3454280.

HSL color Cylindrical-coordinate representation of color #48B534: hue angle of 110.7º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B534 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 181 52 -
CMYK 0.60 0 0.71 0.29
HSL 110.7º 0.55% 0.46% -
HSV(B) 110.7º 0.71% 0.71% -
XYZ 19.82 34.67 8.9 -
YUV 133.7 81.89 83.99 -
System Red Green Blue C M Y K H S L
Decimal 72 181 52 0.60 0 0.71 0.29 110.7 0.55 0.46
Hex 48 B5 34 3C 0 47 1D 6F 37 2E
Octal 110 265 64 74 0 107 35 157 67 56
Binary 1001000 10110101 110100 111100 0 1000111 11101 1101111 110111 101110

Color Harmonies of #48B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B534

Black with #48B534

Text Example


Text Example

White with #48B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B534; }

 p { color: rgb(72,181,52); }

 H1.HeaderClassName
 {
   color: #48B534;
 }
 .AnyTagClassName
 {
   color: #48B534;
 }
</style>

background-color css

<style>
 a { background-color: #48B534; }

 a { background-color: rgb(72,181,52); }

 div.DivClassName
 {
   background-color: #48B534;
 }
 .BgClassName
 {
   background-color: #48B534;
 }
</style>

border-color css

<style>
 span { border-color: #48B534; }

 span { border-color: rgb(72,181,52); }

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