Html Css Color HEX #409F70 Ocean Green

📋 copy color: '#409F70'

red 64 ◦ green 159 ◦ blue 112

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

Shades of Ocean Green #409F70

Tints of Ocean Green #409F70

RGB

 RED value IS 64 (25.39% from 255) = 19.1%

 GREEN value IS 159 (62.5% from 255) = 47.46%

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

R = 19.1%
G = 47.46%
B = 33.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#409F70 (or 0x409F70) is known color: Ocean Green. HEX triplet: 40, 9F and 70. RGB value is (64,159,112). Sum of RGB (Red+Green+Blue) = 64+159+112=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #409F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409F70 is #BF608F. Grayscale: #7D7D7D. Windows color (decimal): -12542096 or 7380800. OLE color: 7380800.

HSL color Cylindrical-coordinate representation of color #409F70: hue angle of 150.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F70 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 159 112 -
CMYK 0.60 0 0.30 0.38
HSL 150.32º 0.43% 0.44% -
HSV(B) 150.32º 0.6% 0.62% -
XYZ 17.44 27.06 19.63 -
YUV 125.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 64 159 112 0.60 0 0.30 0.38 150.32 0.43 0.44
Hex 40 9F 70 3C 0 1E 26 96 2B 2C
Octal 100 237 160 74 0 36 46 226 53 54
Binary 1000000 10011111 1110000 111100 0 11110 100110 10010110 101011 101100

Color Harmonies of #409F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409F70

Black with #409F70

Text Example


Text Example

White with #409F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409F70; }

 p { color: rgb(64,159,112); }

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

background-color css

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

 a { background-color: rgb(64,159,112); }

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

border-color css

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

 span { border-color: rgb(64,159,112); }

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