Html Css Color HEX #488964 Como

📋 copy color: '#488964'

red 72 ◦ green 137 ◦ blue 100

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

Shades of Como #488964

Tints of Como #488964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 23.3%
G = 44.34%
B = 32.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#488964 (or 0x488964) is known color: Como. HEX triplet: 48, 89 and 64. RGB value is (72,137,100). Sum of RGB (Red+Green+Blue) = 72+137+100=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #488964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488964 is #B7769B. Grayscale: #717171. Windows color (decimal): -12023452 or 6588744. OLE color: 6588744.

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

Color convert

RGB 72 137 100 -
CMYK 0.47 0 0.27 0.46
HSL 145.85º 0.31% 0.41% -
HSV(B) 145.85º 0.47% 0.54% -
XYZ 13.92 20.19 15.22 -
YUV 113.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 72 137 100 0.47 0 0.27 0.46 145.85 0.31 0.41
Hex 48 89 64 2F 0 1B 2E 92 1F 29
Octal 110 211 144 57 0 33 56 222 37 51
Binary 1001000 10001001 1100100 101111 0 11011 101110 10010010 11111 101001

Color Harmonies of #488964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488964

Black with #488964

Text Example


Text Example

White with #488964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488964; }

 p { color: rgb(72,137,100); }

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

background-color css

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

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

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

border-color css

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

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

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