Html Css Color HEX #439770 Ocean Green

📋 copy color: '#439770'

red 67 ◦ green 151 ◦ blue 112

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

Shades of Ocean Green #439770

Tints of Ocean Green #439770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

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

R = 20.3%
G = 45.76%
B = 33.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#439770 (or 0x439770) is known color: Ocean Green. HEX triplet: 43, 97 and 70. RGB value is (67,151,112). Sum of RGB (Red+Green+Blue) = 67+151+112=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #439770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439770 is #BC688F. Grayscale: #797979. Windows color (decimal): -12347536 or 7378755. OLE color: 7378755.

HSL color Cylindrical-coordinate representation of color #439770: hue angle of 152.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439770 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 151 112 -
CMYK 0.56 0 0.26 0.41
HSL 152.14º 0.39% 0.43% -
HSV(B) 152.14º 0.56% 0.59% -
XYZ 16.31 24.5 19.2 -
YUV 121.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 67 151 112 0.56 0 0.26 0.41 152.14 0.39 0.43
Hex 43 97 70 38 0 1A 29 98 27 2B
Octal 103 227 160 70 0 32 51 230 47 53
Binary 1000011 10010111 1110000 111000 0 11010 101001 10011000 100111 101011

Color Harmonies of #439770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439770

Black with #439770

Text Example


Text Example

White with #439770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439770; }

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

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

background-color css

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

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

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

border-color css

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

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

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