Html Css Color HEX #409E75 Ocean Green

📋 copy color: '#409E75'

red 64 ◦ green 158 ◦ blue 117

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

Shades of Ocean Green #409E75

Tints of Ocean Green #409E75

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.61%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 18.88%
G = 46.61%
B = 34.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#409E75 (or 0x409E75) is known color: Ocean Green. HEX triplet: 40, 9E and 75. RGB value is (64,158,117). Sum of RGB (Red+Green+Blue) = 64+158+117=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #409E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E75 is #BF618A. Grayscale: #7D7D7D. Windows color (decimal): -12542347 or 7708224. OLE color: 7708224.

HSL color Cylindrical-coordinate representation of color #409E75: hue angle of 153.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E75 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 158 117 -
CMYK 0.59 0 0.26 0.38
HSL 153.83º 0.42% 0.44% -
HSV(B) 153.83º 0.59% 0.62% -
XYZ 17.55 26.83 21.08 -
YUV 125.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 64 158 117 0.59 0 0.26 0.38 153.83 0.42 0.44
Hex 40 9E 75 3B 0 1A 26 9A 2A 2C
Octal 100 236 165 73 0 32 46 232 52 54
Binary 1000000 10011110 1110101 111011 0 11010 100110 10011010 101010 101100

Color Harmonies of #409E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E75

Black with #409E75

Text Example


Text Example

White with #409E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,158,117); }

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

background-color css

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

 a { background-color: rgb(64,158,117); }

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

border-color css

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

 span { border-color: rgb(64,158,117); }

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