Html Css Color HEX #4A8A5D Como

📋 copy color: '#4A8A5D'

red 74 ◦ green 138 ◦ blue 93

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

Shades of Como #4A8A5D

Tints of Como #4A8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 24.26%
G = 45.25%
B = 30.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#4A8A5D (or 0x4A8A5D) is known color: Como. HEX triplet: 4A, 8A and 5D. RGB value is (74,138,93). Sum of RGB (Red+Green+Blue) = 74+138+93=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A5D is #B575A2. Grayscale: #717171. Windows color (decimal): -11892131 or 6130250. OLE color: 6130250.

HSL color Cylindrical-coordinate representation of color #4A8A5D: hue angle of 137.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A5D is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 74 138 93 -
CMYK 0.46 0 0.33 0.46
HSL 137.81º 0.3% 0.42% -
HSV(B) 137.81º 0.46% 0.54% -
XYZ 13.89 20.42 13.57 -
YUV 113.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 74 138 93 0.46 0 0.33 0.46 137.81 0.3 0.42
Hex 4A 8A 5D 2E 0 21 2E 8A 1E 2A
Octal 112 212 135 56 0 41 56 212 36 52
Binary 1001010 10001010 1011101 101110 0 100001 101110 10001010 11110 101010

Color Harmonies of #4A8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8A5D

Black with #4A8A5D

Text Example


Text Example

White with #4A8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,138,93); }

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

background-color css

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

 a { background-color: rgb(74,138,93); }

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

border-color css

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

 span { border-color: rgb(74,138,93); }

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