Html Css Color HEX #4B835A Como

📋 copy color: '#4B835A'

red 75 ◦ green 131 ◦ blue 90

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

Shades of Como #4B835A

Tints of Como #4B835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 25.34%
G = 44.26%
B = 30.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#4B835A (or 0x4B835A) is known color: Como. HEX triplet: 4B, 83 and 5A. RGB value is (75,131,90). Sum of RGB (Red+Green+Blue) = 75+131+90=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #4B835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B835A is #B47CA5. Grayscale: #6D6D6D. Windows color (decimal): -11828390 or 5931851. OLE color: 5931851.

HSL color Cylindrical-coordinate representation of color #4B835A: hue angle of 136.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B835A is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 131 90 -
CMYK 0.43 0 0.31 0.49
HSL 136.07º 0.27% 0.4% -
HSV(B) 136.07º 0.43% 0.51% -
XYZ 12.86 18.47 12.56 -
YUV 109.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 75 131 90 0.43 0 0.31 0.49 136.07 0.27 0.4
Hex 4B 83 5A 2B 0 1F 31 88 1B 28
Octal 113 203 132 53 0 37 61 210 33 50
Binary 1001011 10000011 1011010 101011 0 11111 110001 10001000 11011 101000

Color Harmonies of #4B835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B835A

Black with #4B835A

Text Example


Text Example

White with #4B835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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