Html Css Color HEX #488B48 Killarney

📋 copy color: '#488B48'

red 72 ◦ green 139 ◦ blue 72

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

Shades of Killarney #488B48

Tints of Killarney #488B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.12%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 25.44%
G = 49.12%
B = 25.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#488B48 (or 0x488B48) is known color: Killarney. HEX triplet: 48, 8B and 48. RGB value is (72,139,72). Sum of RGB (Red+Green+Blue) = 72+139+72=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #488B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B48 is #B774B7. Grayscale: #6F6F6F. Windows color (decimal): -12022968 or 4754248. OLE color: 4754248.

HSL color Cylindrical-coordinate representation of color #488B48: hue angle of 120º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B48 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 72 -
CMYK 0.48 0 0.48 0.45
HSL 120º 0.32% 0.41% -
HSV(B) 120º 0.48% 0.55% -
XYZ 13.07 20.31 9.36 -
YUV 111.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 72 139 72 0.48 0 0.48 0.45 120 0.32 0.41
Hex 48 8B 48 30 0 30 2D 78 20 29
Octal 110 213 110 60 0 60 55 170 40 51
Binary 1001000 10001011 1001000 110000 0 110000 101101 1111000 100000 101001

Color Harmonies of #488B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B48

Black with #488B48

Text Example


Text Example

White with #488B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B48; }

 p { color: rgb(72,139,72); }

 H1.HeaderClassName
 {
   color: #488B48;
 }
 .AnyTagClassName
 {
   color: #488B48;
 }
</style>

background-color css

<style>
 a { background-color: #488B48; }

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

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

border-color css

<style>
 span { border-color: #488B48; }

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

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