Html Css Color HEX #4B755F Como

📋 copy color: '#4B755F'

red 75 ◦ green 117 ◦ blue 95

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

Shades of Como #4B755F

Tints of Como #4B755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 26.13%
G = 40.77%
B = 33.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#4B755F (or 0x4B755F) is known color: Como. HEX triplet: 4B, 75 and 5F. RGB value is (75,117,95). Sum of RGB (Red+Green+Blue) = 75+117+95=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #4B755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B755F is #B48AA0. Grayscale: #656565. Windows color (decimal): -11831969 or 6255947. OLE color: 6255947.

HSL color Cylindrical-coordinate representation of color #4B755F: hue angle of 148.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B755F is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 117 95 -
CMYK 0.36 0 0.19 0.54
HSL 148.57º 0.22% 0.38% -
HSV(B) 148.57º 0.36% 0.46% -
XYZ 11.33 15.04 13.13 -
YUV 101.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 75 117 95 0.36 0 0.19 0.54 148.57 0.22 0.38
Hex 4B 75 5F 24 0 13 36 95 16 26
Octal 113 165 137 44 0 23 66 225 26 46
Binary 1001011 1110101 1011111 100100 0 10011 110110 10010101 10110 100110

Color Harmonies of #4B755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B755F

Black with #4B755F

Text Example


Text Example

White with #4B755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,117,95); }

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

background-color css

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

 a { background-color: rgb(75,117,95); }

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

border-color css

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

 span { border-color: rgb(75,117,95); }

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