Html Css Color HEX #48B434 Kelly Green

📋 copy color: '#48B434'

red 72 ◦ green 180 ◦ blue 52

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

Shades of Kelly Green #48B434

Tints of Kelly Green #48B434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.21%

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

R = 23.68%
G = 59.21%
B = 17.11%

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

#48B434 (or 0x48B434) is known color: Kelly Green. HEX triplet: 48, B4 and 34. RGB value is (72,180,52). Sum of RGB (Red+Green+Blue) = 72+180+52=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #48B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B434 is #B74BCB. Grayscale: #858585. Windows color (decimal): -12012492 or 3454024. OLE color: 3454024.

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

Color convert

RGB 72 180 52 -
CMYK 0.60 0 0.71 0.29
HSL 110.63º 0.55% 0.45% -
HSV(B) 110.63º 0.71% 0.71% -
XYZ 19.61 34.27 8.83 -
YUV 133.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 72 180 52 0.60 0 0.71 0.29 110.63 0.55 0.45
Hex 48 B4 34 3C 0 47 1D 6F 37 2D
Octal 110 264 64 74 0 107 35 157 67 55
Binary 1001000 10110100 110100 111100 0 1000111 11101 1101111 110111 101101

Color Harmonies of #48B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B434

Black with #48B434

Text Example


Text Example

White with #48B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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