Html Css Color HEX #42997A Gossamer

📋 copy color: '#42997A'

red 66 ◦ green 153 ◦ blue 122

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

Shades of Gossamer #42997A

Tints of Gossamer #42997A

RGB

 RED value IS 66 (26.17% from 255) = 19.35%

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 19.35%
G = 44.87%
B = 35.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#42997A (or 0x42997A) is known color: Gossamer. HEX triplet: 42, 99 and 7A. RGB value is (66,153,122). Sum of RGB (Red+Green+Blue) = 66+153+122=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #42997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42997A is #BD6685. Grayscale: #7B7B7B. Windows color (decimal): -12412550 or 8034626. OLE color: 8034626.

HSL color Cylindrical-coordinate representation of color #42997A: hue angle of 158.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42997A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 122 -
CMYK 0.57 0 0.20 0.4
HSL 158.62º 0.4% 0.43% -
HSV(B) 158.62º 0.57% 0.6% -
XYZ 17.15 25.35 22.4 -
YUV 123.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 66 153 122 0.57 0 0.20 0.4 158.62 0.4 0.43
Hex 42 99 7A 39 0 14 28 9F 28 2B
Octal 102 231 172 71 0 24 50 237 50 53
Binary 1000010 10011001 1111010 111001 0 10100 101000 10011111 101000 101011

Color Harmonies of #42997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42997A

Black with #42997A

Text Example


Text Example

White with #42997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42997A; }

 p { color: rgb(66,153,122); }

 H1.HeaderClassName
 {
   color: #42997A;
 }
 .AnyTagClassName
 {
   color: #42997A;
 }
</style>

background-color css

<style>
 a { background-color: #42997A; }

 a { background-color: rgb(66,153,122); }

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

border-color css

<style>
 span { border-color: #42997A; }

 span { border-color: rgb(66,153,122); }

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