Html Css Color HEX #439C70 Ocean Green

📋 copy color: '#439C70'

red 67 ◦ green 156 ◦ blue 112

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

Shades of Ocean Green #439C70

Tints of Ocean Green #439C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.57%

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

R = 20%
G = 46.57%
B = 33.43%

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

#439C70 (or 0x439C70) is known color: Ocean Green. HEX triplet: 43, 9C and 70. RGB value is (67,156,112). Sum of RGB (Red+Green+Blue) = 67+156+112=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #439C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439C70 is #BC638F. Grayscale: #7C7C7C. Windows color (decimal): -12346256 or 7380035. OLE color: 7380035.

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

Color convert

RGB 67 156 112 -
CMYK 0.57 0 0.28 0.39
HSL 150.34º 0.4% 0.44% -
HSV(B) 150.34º 0.57% 0.61% -
XYZ 17.13 26.14 19.47 -
YUV 124.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 67 156 112 0.57 0 0.28 0.39 150.34 0.4 0.44
Hex 43 9C 70 39 0 1C 27 96 28 2C
Octal 103 234 160 71 0 34 47 226 50 54
Binary 1000011 10011100 1110000 111001 0 11100 100111 10010110 101000 101100

Color Harmonies of #439C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439C70

Black with #439C70

Text Example


Text Example

White with #439C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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