Html Css Color HEX #488A5F Como

📋 copy color: '#488A5F'

red 72 ◦ green 138 ◦ blue 95

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

Shades of Como #488A5F

Tints of Como #488A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 23.61%
G = 45.25%
B = 31.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#488A5F (or 0x488A5F) is known color: Como. HEX triplet: 48, 8A and 5F. RGB value is (72,138,95). Sum of RGB (Red+Green+Blue) = 72+138+95=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #488A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A5F is #B775A0. Grayscale: #717171. Windows color (decimal): -12023201 or 6261320. OLE color: 6261320.

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

Color convert

RGB 72 138 95 -
CMYK 0.48 0 0.31 0.46
HSL 140.91º 0.31% 0.41% -
HSV(B) 140.91º 0.48% 0.54% -
XYZ 13.83 20.38 14.03 -
YUV 113.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 72 138 95 0.48 0 0.31 0.46 140.91 0.31 0.41
Hex 48 8A 5F 30 0 1F 2E 8D 1F 29
Octal 110 212 137 60 0 37 56 215 37 51
Binary 1001000 10001010 1011111 110000 0 11111 101110 10001101 11111 101001

Color Harmonies of #488A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A5F

Black with #488A5F

Text Example


Text Example

White with #488A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,138,95); }

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

background-color css

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

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

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

border-color css

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

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

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