Html Css Color HEX #4C835A Como

📋 copy color: '#4C835A'

red 76 ◦ green 131 ◦ blue 90

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

Shades of Como #4C835A

Tints of Como #4C835A

RGB

 RED value IS 76 (30.08% from 255) = 25.59%

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

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

R = 25.59%
G = 44.11%
B = 30.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#4C835A (or 0x4C835A) is known color: Como. HEX triplet: 4C, 83 and 5A. RGB value is (76,131,90). Sum of RGB (Red+Green+Blue) = 76+131+90=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #4C835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C835A is #B37CA5. Grayscale: #6D6D6D. Windows color (decimal): -11762854 or 5931852. OLE color: 5931852.

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

Color convert

RGB 76 131 90 -
CMYK 0.42 0 0.31 0.49
HSL 135.27º 0.27% 0.41% -
HSV(B) 135.27º 0.42% 0.51% -
XYZ 12.94 18.51 12.56 -
YUV 109.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 76 131 90 0.42 0 0.31 0.49 135.27 0.27 0.41
Hex 4C 83 5A 2A 0 1F 31 87 1B 29
Octal 114 203 132 52 0 37 61 207 33 51
Binary 1001100 10000011 1011010 101010 0 11111 110001 10000111 11011 101001

Color Harmonies of #4C835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C835A

Black with #4C835A

Text Example


Text Example

White with #4C835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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