Html Css Color HEX #439772 Ocean Green

📋 copy color: '#439772'

red 67 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #439772

Tints of Ocean Green #439772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 20.18%
G = 45.48%
B = 34.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#439772 (or 0x439772) is known color: Ocean Green. HEX triplet: 43, 97 and 72. RGB value is (67,151,114). Sum of RGB (Red+Green+Blue) = 67+151+114=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #439772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439772 is #BC688D. Grayscale: #797979. Windows color (decimal): -12347534 or 7509827. OLE color: 7509827.

HSL color Cylindrical-coordinate representation of color #439772: hue angle of 153.57º 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 #439772 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 151 114 -
CMYK 0.56 0 0.25 0.41
HSL 153.57º 0.39% 0.43% -
HSV(B) 153.57º 0.56% 0.59% -
XYZ 16.42 24.54 19.79 -
YUV 121.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 67 151 114 0.56 0 0.25 0.41 153.57 0.39 0.43
Hex 43 97 72 38 0 19 29 9A 27 2B
Octal 103 227 162 70 0 31 51 232 47 53
Binary 1000011 10010111 1110010 111000 0 11001 101001 10011010 100111 101011

Color Harmonies of #439772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439772

Black with #439772

Text Example


Text Example

White with #439772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439772; }

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

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

background-color css

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

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

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

border-color css

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

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

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