Html Css Color HEX #369885 Gossamer

📋 copy color: '#369885'

red 54 ◦ green 152 ◦ blue 133

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

Shades of Gossamer #369885

Tints of Gossamer #369885

RGB

 RED value IS 54 (21.48% from 255) = 15.93%

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 15.93%
G = 44.84%
B = 39.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#369885 (or 0x369885) is known color: Gossamer. HEX triplet: 36, 98 and 85. RGB value is (54,152,133). Sum of RGB (Red+Green+Blue) = 54+152+133=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #369885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369885 is #C9677A. Grayscale: #787878. Windows color (decimal): -13199227 or 8755254. OLE color: 8755254.

HSL color Cylindrical-coordinate representation of color #369885: hue angle of 168.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369885 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 152 133 -
CMYK 0.64 0 0.13 0.40
HSL 168.37º 0.48% 0.4% -
HSV(B) 168.37º 0.64% 0.6% -
XYZ 16.98 24.93 26.11 -
YUV 120.53 135.03 80.54 -
System Red Green Blue C M Y K H S L
Decimal 54 152 133 0.64 0 0.13 0.40 168.37 0.48 0.4
Hex 36 98 85 40 0 D 28 A8 30 28
Octal 66 230 205 100 0 15 50 250 60 50
Binary 110110 10011000 10000101 1000000 0 1101 101000 10101000 110000 101000

Color Harmonies of #369885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369885

Black with #369885

Text Example


Text Example

White with #369885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369885; }

 p { color: rgb(54,152,133); }

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

background-color css

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

 a { background-color: rgb(54,152,133); }

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

border-color css

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

 span { border-color: rgb(54,152,133); }

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