Html Css Color HEX #4A5B3B Cabbage Pont

📋 copy color: '#4A5B3B'

red 74 ◦ green 91 ◦ blue 59

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

Shades of Cabbage Pont #4A5B3B

Tints of Cabbage Pont #4A5B3B

RGB

 RED value IS 74 (29.3% from 255) = 33.04%

 GREEN value IS 91 (35.94% from 255) = 40.63%

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 33.04%
G = 40.63%
B = 26.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#4A5B3B (or 0x4A5B3B) is known color: Cabbage Pont. HEX triplet: 4A, 5B and 3B. RGB value is (74,91,59). Sum of RGB (Red+Green+Blue) = 74+91+59=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B3B is #B5A4C4. Grayscale: #525252. Windows color (decimal): -11904197 or 3889994. OLE color: 3889994.

HSL color Cylindrical-coordinate representation of color #4A5B3B: hue angle of 91.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A5B3B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 91 59 -
CMYK 0.19 0 0.35 0.64
HSL 91.88º 0.21% 0.29% -
HSV(B) 91.88º 0.35% 0.36% -
XYZ 7.35 9.25 5.54 -
YUV 82.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 74 91 59 0.19 0 0.35 0.64 91.88 0.21 0.29
Hex 4A 5B 3B 13 0 23 40 5C 15 1D
Octal 112 133 73 23 0 43 100 134 25 35
Binary 1001010 1011011 111011 10011 0 100011 1000000 1011100 10101 11101

Color Harmonies of #4A5B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5B3B

Black with #4A5B3B

Text Example


Text Example

White with #4A5B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,91,59); }

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

background-color css

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

 a { background-color: rgb(74,91,59); }

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

border-color css

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

 span { border-color: rgb(74,91,59); }

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