Html Css Color HEX #488255 Killarney

📋 copy color: '#488255'

red 72 ◦ green 130 ◦ blue 85

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

Shades of Killarney #488255

Tints of Killarney #488255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 25.09%
G = 45.3%
B = 29.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#488255 (or 0x488255) is known color: Killarney. HEX triplet: 48, 82 and 55. RGB value is (72,130,85). Sum of RGB (Red+Green+Blue) = 72+130+85=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #488255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488255 is #B77DAA. Grayscale: #6B6B6B. Windows color (decimal): -12025259 or 5603912. OLE color: 5603912.

HSL color Cylindrical-coordinate representation of color #488255: hue angle of 133.45º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488255 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 85 -
CMYK 0.45 0 0.35 0.49
HSL 133.45º 0.29% 0.4% -
HSV(B) 133.45º 0.45% 0.51% -
XYZ 12.29 18 11.42 -
YUV 107.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 72 130 85 0.45 0 0.35 0.49 133.45 0.29 0.4
Hex 48 82 55 2D 0 23 31 85 1D 28
Octal 110 202 125 55 0 43 61 205 35 50
Binary 1001000 10000010 1010101 101101 0 100011 110001 10000101 11101 101000

Color Harmonies of #488255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488255

Black with #488255

Text Example


Text Example

White with #488255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488255; }

 p { color: rgb(72,130,85); }

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

background-color css

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

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

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

border-color css

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

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

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