Html Css Color HEX #439B78 Gossamer

📋 copy color: '#439B78'

red 67 ◦ green 155 ◦ blue 120

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

Shades of Gossamer #439B78

Tints of Gossamer #439B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 19.59%
G = 45.32%
B = 35.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#439B78 (or 0x439B78) is known color: Gossamer. HEX triplet: 43, 9B and 78. RGB value is (67,155,120). Sum of RGB (Red+Green+Blue) = 67+155+120=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #439B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B78 is #BC6487. Grayscale: #7C7C7C. Windows color (decimal): -12346504 or 7904067. OLE color: 7904067.

HSL color Cylindrical-coordinate representation of color #439B78: hue angle of 156.14º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B78 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 155 120 -
CMYK 0.57 0 0.23 0.39
HSL 156.14º 0.4% 0.44% -
HSV(B) 156.14º 0.57% 0.61% -
XYZ 17.43 25.99 21.87 -
YUV 124.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 67 155 120 0.57 0 0.23 0.39 156.14 0.4 0.44
Hex 43 9B 78 39 0 17 27 9C 28 2C
Octal 103 233 170 71 0 27 47 234 50 54
Binary 1000011 10011011 1111000 111001 0 10111 100111 10011100 101000 101100

Color Harmonies of #439B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439B78

Black with #439B78

Text Example


Text Example

White with #439B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,155,120); }

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

background-color css

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

 a { background-color: rgb(67,155,120); }

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

border-color css

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

 span { border-color: rgb(67,155,120); }

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