Html Css Color HEX #4A9C7D Gossamer

📋 copy color: '#4A9C7D'

red 74 ◦ green 156 ◦ blue 125

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

Shades of Gossamer #4A9C7D

Tints of Gossamer #4A9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 20.85%
G = 43.94%
B = 35.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#4A9C7D (or 0x4A9C7D) is known color: Gossamer. HEX triplet: 4A, 9C and 7D. RGB value is (74,156,125). Sum of RGB (Red+Green+Blue) = 74+156+125=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9C7D is #B56382. Grayscale: #7F7F7F. Windows color (decimal): -11887491 or 8232010. OLE color: 8232010.

HSL color Cylindrical-coordinate representation of color #4A9C7D: hue angle of 157.32º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9C7D is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 156 125 -
CMYK 0.53 0 0.20 0.39
HSL 157.32º 0.36% 0.45% -
HSV(B) 157.32º 0.53% 0.61% -
XYZ 18.41 26.71 23.59 -
YUV 127.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 74 156 125 0.53 0 0.20 0.39 157.32 0.36 0.45
Hex 4A 9C 7D 35 0 14 27 9D 24 2D
Octal 112 234 175 65 0 24 47 235 44 55
Binary 1001010 10011100 1111101 110101 0 10100 100111 10011101 100100 101101

Color Harmonies of #4A9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9C7D

Black with #4A9C7D

Text Example


Text Example

White with #4A9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,156,125); }

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

background-color css

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

 a { background-color: rgb(74,156,125); }

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

border-color css

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

 span { border-color: rgb(74,156,125); }

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