Html Css Color HEX #368F7F Gossamer

📋 copy color: '#368F7F'

red 54 ◦ green 143 ◦ blue 127

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

Shades of Gossamer #368F7F

Tints of Gossamer #368F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.14%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 16.67%
G = 44.14%
B = 39.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#368F7F (or 0x368F7F) is known color: Gossamer. HEX triplet: 36, 8F and 7F. RGB value is (54,143,127). Sum of RGB (Red+Green+Blue) = 54+143+127=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #368F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F7F is #C97080. Grayscale: #727272. Windows color (decimal): -13201537 or 8359734. OLE color: 8359734.

HSL color Cylindrical-coordinate representation of color #368F7F: hue angle of 169.21º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F7F is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 127 -
CMYK 0.62 0 0.11 0.44
HSL 169.21º 0.45% 0.39% -
HSV(B) 169.21º 0.62% 0.56% -
XYZ 15.17 21.96 23.52 -
YUV 114.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 54 143 127 0.62 0 0.11 0.44 169.21 0.45 0.39
Hex 36 8F 7F 3E 0 B 2C A9 2D 27
Octal 66 217 177 76 0 13 54 251 55 47
Binary 110110 10001111 1111111 111110 0 1011 101100 10101001 101101 100111

Color Harmonies of #368F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F7F

Black with #368F7F

Text Example


Text Example

White with #368F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368F7F; }

 p { color: rgb(54,143,127); }

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

background-color css

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

 a { background-color: rgb(54,143,127); }

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

border-color css

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

 span { border-color: rgb(54,143,127); }

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