Html Css Color HEX #4B735A Como

📋 copy color: '#4B735A'

red 75 ◦ green 115 ◦ blue 90

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

Shades of Como #4B735A

Tints of Como #4B735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 26.79%
G = 41.07%
B = 32.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#4B735A (or 0x4B735A) is known color: Como. HEX triplet: 4B, 73 and 5A. RGB value is (75,115,90). Sum of RGB (Red+Green+Blue) = 75+115+90=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #4B735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B735A is #B48CA5. Grayscale: #646464. Windows color (decimal): -11832486 or 5927755. OLE color: 5927755.

HSL color Cylindrical-coordinate representation of color #4B735A: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B735A is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 115 90 -
CMYK 0.35 0 0.22 0.55
HSL 142.5º 0.21% 0.37% -
HSV(B) 142.5º 0.35% 0.45% -
XYZ 10.88 14.5 11.9 -
YUV 100.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 75 115 90 0.35 0 0.22 0.55 142.5 0.21 0.37
Hex 4B 73 5A 23 0 16 37 8E 15 25
Octal 113 163 132 43 0 26 67 216 25 45
Binary 1001011 1110011 1011010 100011 0 10110 110111 10001110 10101 100101

Color Harmonies of #4B735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B735A

Black with #4B735A

Text Example


Text Example

White with #4B735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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