Html Css Color HEX #3CA287 Gossamer

📋 copy color: '#3CA287'

red 60 ◦ green 162 ◦ blue 135

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

Shades of Gossamer #3CA287

Tints of Gossamer #3CA287

RGB

 RED value IS 60 (23.83% from 255) = 16.81%

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

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 16.81%
G = 45.38%
B = 37.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#3CA287 (or 0x3CA287) is known color: Gossamer. HEX triplet: 3C, A2 and 87. RGB value is (60,162,135). Sum of RGB (Red+Green+Blue) = 60+162+135=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA287 is #C35D78. Grayscale: #808080. Windows color (decimal): -12803449 or 8888892. OLE color: 8888892.

HSL color Cylindrical-coordinate representation of color #3CA287: hue angle of 164.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA287 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 135 -
CMYK 0.63 0 0.17 0.36
HSL 164.12º 0.46% 0.44% -
HSV(B) 164.12º 0.63% 0.64% -
XYZ 19.16 28.55 27.42 -
YUV 128.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 60 162 135 0.63 0 0.17 0.36 164.12 0.46 0.44
Hex 3C A2 87 3F 0 11 24 A4 2E 2C
Octal 74 242 207 77 0 21 44 244 56 54
Binary 111100 10100010 10000111 111111 0 10001 100100 10100100 101110 101100

Color Harmonies of #3CA287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA287

Black with #3CA287

Text Example


Text Example

White with #3CA287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CA287; }

 p { color: rgb(60,162,135); }

 H1.HeaderClassName
 {
   color: #3CA287;
 }
 .AnyTagClassName
 {
   color: #3CA287;
 }
</style>

background-color css

<style>
 a { background-color: #3CA287; }

 a { background-color: rgb(60,162,135); }

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

border-color css

<style>
 span { border-color: #3CA287; }

 span { border-color: rgb(60,162,135); }

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