Html Css Color HEX #4B8B5E Como

📋 copy color: '#4B8B5E'

red 75 ◦ green 139 ◦ blue 94

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

Shades of Como #4B8B5E

Tints of Como #4B8B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 24.35%
G = 45.13%
B = 30.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#4B8B5E (or 0x4B8B5E) is known color: Como. HEX triplet: 4B, 8B and 5E. RGB value is (75,139,94). Sum of RGB (Red+Green+Blue) = 75+139+94=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B5E is #B474A1. Grayscale: #727272. Windows color (decimal): -11826338 or 6196043. OLE color: 6196043.

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

Color convert

RGB 75 139 94 -
CMYK 0.46 0 0.32 0.45
HSL 137.81º 0.3% 0.42% -
HSV(B) 137.81º 0.46% 0.55% -
XYZ 14.15 20.77 13.85 -
YUV 114.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 75 139 94 0.46 0 0.32 0.45 137.81 0.3 0.42
Hex 4B 8B 5E 2E 0 20 2D 8A 1E 2A
Octal 113 213 136 56 0 40 55 212 36 52
Binary 1001011 10001011 1011110 101110 0 100000 101101 10001010 11110 101010

Color Harmonies of #4B8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8B5E

Black with #4B8B5E

Text Example


Text Example

White with #4B8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,139,94); }

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

background-color css

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

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

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

border-color css

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

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

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