Html Css Color HEX #309A74 Gossamer

📋 copy color: '#309A74'

red 48 ◦ green 154 ◦ blue 116

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

Shades of Gossamer #309A74

Tints of Gossamer #309A74

RGB

 RED value IS 48 (19.14% from 255) = 15.09%

 GREEN value IS 154 (60.55% from 255) = 48.43%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 15.09%
G = 48.43%
B = 36.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#309A74 (or 0x309A74) is known color: Gossamer. HEX triplet: 30, 9A and 74. RGB value is (48,154,116). Sum of RGB (Red+Green+Blue) = 48+154+116=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #309A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A74 is #CF658B. Grayscale: #767676. Windows color (decimal): -13591948 or 7641648. OLE color: 7641648.

HSL color Cylindrical-coordinate representation of color #309A74: hue angle of 158.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A74 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 154 116 -
CMYK 0.69 0 0.25 0.40
HSL 158.49º 0.52% 0.4% -
HSV(B) 158.49º 0.69% 0.6% -
XYZ 15.93 25 20.51 -
YUV 117.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 48 154 116 0.69 0 0.25 0.40 158.49 0.52 0.4
Hex 30 9A 74 45 0 19 28 9E 34 28
Octal 60 232 164 105 0 31 50 236 64 50
Binary 110000 10011010 1110100 1000101 0 11001 101000 10011110 110100 101000

Color Harmonies of #309A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A74

Black with #309A74

Text Example


Text Example

White with #309A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309A74; }

 p { color: rgb(48,154,116); }

 H1.HeaderClassName
 {
   color: #309A74;
 }
 .AnyTagClassName
 {
   color: #309A74;
 }
</style>

background-color css

<style>
 a { background-color: #309A74; }

 a { background-color: rgb(48,154,116); }

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

border-color css

<style>
 span { border-color: #309A74; }

 span { border-color: rgb(48,154,116); }

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