Html Css Color HEX #439F85 Gossamer

📋 copy color: '#439F85'

red 67 ◦ green 159 ◦ blue 133

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

Shades of Gossamer #439F85

Tints of Gossamer #439F85

RGB

 RED value IS 67 (26.56% from 255) = 18.66%

 GREEN value IS 159 (62.5% from 255) = 44.29%

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

R = 18.66%
G = 44.29%
B = 37.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#439F85 (or 0x439F85) is known color: Gossamer. HEX triplet: 43, 9F and 85. RGB value is (67,159,133). Sum of RGB (Red+Green+Blue) = 67+159+133=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #439F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439F85 is #BC607A. Grayscale: #808080. Windows color (decimal): -12345467 or 8757059. OLE color: 8757059.

HSL color Cylindrical-coordinate representation of color #439F85: hue angle of 163.04º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439F85 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 67 159 133 -
CMYK 0.58 0 0.16 0.38
HSL 163.04º 0.41% 0.44% -
HSV(B) 163.04º 0.58% 0.62% -
XYZ 18.95 27.68 26.54 -
YUV 128.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 67 159 133 0.58 0 0.16 0.38 163.04 0.41 0.44
Hex 43 9F 85 3A 0 10 26 A3 29 2C
Octal 103 237 205 72 0 20 46 243 51 54
Binary 1000011 10011111 10000101 111010 0 10000 100110 10100011 101001 101100

Color Harmonies of #439F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439F85

Black with #439F85

Text Example


Text Example

White with #439F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439F85; }

 p { color: rgb(67,159,133); }

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

background-color css

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

 a { background-color: rgb(67,159,133); }

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

border-color css

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

 span { border-color: rgb(67,159,133); }

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