Html Css Color HEX #4B7962 Como

📋 copy color: '#4B7962'

red 75 ◦ green 121 ◦ blue 98

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

Shades of Como #4B7962

Tints of Como #4B7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 25.51%
G = 41.16%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#4B7962 (or 0x4B7962) is known color: Como. HEX triplet: 4B, 79 and 62. RGB value is (75,121,98). Sum of RGB (Red+Green+Blue) = 75+121+98=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7962 is #B4869D. Grayscale: #686868. Windows color (decimal): -11830942 or 6453579. OLE color: 6453579.

HSL color Cylindrical-coordinate representation of color #4B7962: hue angle of 150º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7962 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 121 98 -
CMYK 0.38 0 0.19 0.53
HSL 150º 0.23% 0.38% -
HSV(B) 150º 0.38% 0.47% -
XYZ 11.94 16.05 14.02 -
YUV 104.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 75 121 98 0.38 0 0.19 0.53 150 0.23 0.38
Hex 4B 79 62 26 0 13 35 96 17 26
Octal 113 171 142 46 0 23 65 226 27 46
Binary 1001011 1111001 1100010 100110 0 10011 110101 10010110 10111 100110

Color Harmonies of #4B7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7962

Black with #4B7962

Text Example


Text Example

White with #4B7962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,121,98); }

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

background-color css

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

 a { background-color: rgb(75,121,98); }

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

border-color css

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

 span { border-color: rgb(75,121,98); }

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