Html Css Color HEX #4A5A39 Cabbage Pont

📋 copy color: '#4A5A39'

red 74 ◦ green 90 ◦ blue 57

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

Shades of Cabbage Pont #4A5A39

Tints of Cabbage Pont #4A5A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 33.48%
G = 40.72%
B = 25.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#4A5A39 (or 0x4A5A39) is known color: Cabbage Pont. HEX triplet: 4A, 5A and 39. RGB value is (74,90,57). Sum of RGB (Red+Green+Blue) = 74+90+57=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A39 is #B5A5C6. Grayscale: #515151. Windows color (decimal): -11904455 or 3758666. OLE color: 3758666.

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

Color convert

RGB 74 90 57 -
CMYK 0.18 0 0.37 0.65
HSL 89.09º 0.22% 0.29% -
HSV(B) 89.09º 0.37% 0.35% -
XYZ 7.22 9.06 5.24 -
YUV 81.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 74 90 57 0.18 0 0.37 0.65 89.09 0.22 0.29
Hex 4A 5A 39 12 0 25 41 59 16 1D
Octal 112 132 71 22 0 45 101 131 26 35
Binary 1001010 1011010 111001 10010 0 100101 1000001 1011001 10110 11101

Color Harmonies of #4A5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5A39

Black with #4A5A39

Text Example


Text Example

White with #4A5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,90,57); }

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

background-color css

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

 a { background-color: rgb(74,90,57); }

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

border-color css

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

 span { border-color: rgb(74,90,57); }

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