Html Css Color HEX #4CA28C Gossamer

📋 copy color: '#4CA28C'

red 76 ◦ green 162 ◦ blue 140

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

Shades of Gossamer #4CA28C

Tints of Gossamer #4CA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 20.11%
G = 42.86%
B = 37.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#4CA28C (or 0x4CA28C) is known color: Gossamer. HEX triplet: 4C, A2 and 8C. RGB value is (76,162,140). Sum of RGB (Red+Green+Blue) = 76+162+140=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA28C is #B35D73. Grayscale: #858585. Windows color (decimal): -11754868 or 9216588. OLE color: 9216588.

HSL color Cylindrical-coordinate representation of color #4CA28C: hue angle of 164.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA28C is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 162 140 -
CMYK 0.53 0 0.14 0.36
HSL 164.65º 0.36% 0.47% -
HSV(B) 164.65º 0.53% 0.64% -
XYZ 20.63 29.27 29.37 -
YUV 133.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 76 162 140 0.53 0 0.14 0.36 164.65 0.36 0.47
Hex 4C A2 8C 35 0 E 24 A5 24 2F
Octal 114 242 214 65 0 16 44 245 44 57
Binary 1001100 10100010 10001100 110101 0 1110 100100 10100101 100100 101111

Color Harmonies of #4CA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA28C

Black with #4CA28C

Text Example


Text Example

White with #4CA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,140); }

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

background-color css

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

 a { background-color: rgb(76,162,140); }

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

border-color css

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

 span { border-color: rgb(76,162,140); }

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