Html Css Color HEX #3CA282 Gossamer

📋 copy color: '#3CA282'

red 60 ◦ green 162 ◦ blue 130

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

Shades of Gossamer #3CA282

Tints of Gossamer #3CA282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 17.05%
G = 46.02%
B = 36.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#3CA282 (or 0x3CA282) is known color: Gossamer. HEX triplet: 3C, A2 and 82. RGB value is (60,162,130). Sum of RGB (Red+Green+Blue) = 60+162+130=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA282 is #C35D7D. Grayscale: #7F7F7F. Windows color (decimal): -12803454 or 8561212. OLE color: 8561212.

HSL color Cylindrical-coordinate representation of color #3CA282: hue angle of 161.18º 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 #3CA282 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 162 130 -
CMYK 0.63 0 0.20 0.36
HSL 161.18º 0.46% 0.44% -
HSV(B) 161.18º 0.63% 0.64% -
XYZ 18.81 28.41 25.61 -
YUV 127.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 60 162 130 0.63 0 0.20 0.36 161.18 0.46 0.44
Hex 3C A2 82 3F 0 14 24 A1 2E 2C
Octal 74 242 202 77 0 24 44 241 56 54
Binary 111100 10100010 10000010 111111 0 10100 100100 10100001 101110 101100

Color Harmonies of #3CA282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA282

Black with #3CA282

Text Example


Text Example

White with #3CA282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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