Html Css Color HEX #439B70 Ocean Green

📋 copy color: '#439B70'

red 67 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #439B70

Tints of Ocean Green #439B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 20.06%
G = 46.41%
B = 33.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#439B70 (or 0x439B70) is known color: Ocean Green. HEX triplet: 43, 9B and 70. RGB value is (67,155,112). Sum of RGB (Red+Green+Blue) = 67+155+112=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #439B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439B70 is #BC648F. Grayscale: #7B7B7B. Windows color (decimal): -12346512 or 7379779. OLE color: 7379779.

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

Color convert

RGB 67 155 112 -
CMYK 0.57 0 0.28 0.39
HSL 150.68º 0.4% 0.44% -
HSV(B) 150.68º 0.57% 0.61% -
XYZ 16.96 25.81 19.42 -
YUV 123.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 67 155 112 0.57 0 0.28 0.39 150.68 0.4 0.44
Hex 43 9B 70 39 0 1C 27 97 28 2C
Octal 103 233 160 71 0 34 47 227 50 54
Binary 1000011 10011011 1110000 111001 0 11100 100111 10010111 101000 101100

Color Harmonies of #439B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439B70

Black with #439B70

Text Example


Text Example

White with #439B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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