Html Css Color HEX #4B8A5A Como

📋 copy color: '#4B8A5A'

red 75 ◦ green 138 ◦ blue 90

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

Shades of Como #4B8A5A

Tints of Como #4B8A5A

RGB

 RED value IS 75 (29.69% from 255) = 24.75%

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 24.75%
G = 45.54%
B = 29.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#4B8A5A (or 0x4B8A5A) is known color: Como. HEX triplet: 4B, 8A and 5A. RGB value is (75,138,90). Sum of RGB (Red+Green+Blue) = 75+138+90=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8A5A is #B475A5. Grayscale: #717171. Windows color (decimal): -11826598 or 5933643. OLE color: 5933643.

HSL color Cylindrical-coordinate representation of color #4B8A5A: hue angle of 134.29º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8A5A is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 75 138 90 -
CMYK 0.46 0 0.35 0.46
HSL 134.29º 0.3% 0.42% -
HSV(B) 134.29º 0.46% 0.54% -
XYZ 13.84 20.41 12.88 -
YUV 113.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 75 138 90 0.46 0 0.35 0.46 134.29 0.3 0.42
Hex 4B 8A 5A 2E 0 23 2E 86 1E 2A
Octal 113 212 132 56 0 43 56 206 36 52
Binary 1001011 10001010 1011010 101110 0 100011 101110 10000110 11110 101010

Color Harmonies of #4B8A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8A5A

Black with #4B8A5A

Text Example


Text Example

White with #4B8A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B8A5A; }

 p { color: rgb(75,138,90); }

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

background-color css

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

 a { background-color: rgb(75,138,90); }

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

border-color css

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

 span { border-color: rgb(75,138,90); }

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