Html Css Color HEX #439B73 Ocean Green

📋 copy color: '#439B73'

red 67 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #439B73

Tints of Ocean Green #439B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 19.88%
G = 45.99%
B = 34.12%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#439B73 (or 0x439B73) is known color: Ocean Green. HEX triplet: 43, 9B and 73. RGB value is (67,155,115). Sum of RGB (Red+Green+Blue) = 67+155+115=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #439B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B73 is #BC648C. Grayscale: #7C7C7C. Windows color (decimal): -12346509 or 7576387. OLE color: 7576387.

HSL color Cylindrical-coordinate representation of color #439B73: hue angle of 152.73º 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 #439B73 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 155 115 -
CMYK 0.57 0 0.26 0.39
HSL 152.73º 0.4% 0.44% -
HSV(B) 152.73º 0.57% 0.61% -
XYZ 17.13 25.87 20.31 -
YUV 124.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 67 155 115 0.57 0 0.26 0.39 152.73 0.4 0.44
Hex 43 9B 73 39 0 1A 27 99 28 2C
Octal 103 233 163 71 0 32 47 231 50 54
Binary 1000011 10011011 1110011 111001 0 11010 100111 10011001 101000 101100

Color Harmonies of #439B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439B73

Black with #439B73

Text Example


Text Example

White with #439B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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