Html Css Color HEX #409E6D Ocean Green

📋 copy color: '#409E6D'

red 64 ◦ green 158 ◦ blue 109

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

Shades of Ocean Green #409E6D

Tints of Ocean Green #409E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 19.34%
G = 47.73%
B = 32.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#409E6D (or 0x409E6D) is known color: Ocean Green. HEX triplet: 40, 9E and 6D. RGB value is (64,158,109). Sum of RGB (Red+Green+Blue) = 64+158+109=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #409E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E6D is #BF6192. Grayscale: #7C7C7C. Windows color (decimal): -12542355 or 7183936. OLE color: 7183936.

HSL color Cylindrical-coordinate representation of color #409E6D: hue angle of 148.72º 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 #409E6D is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 158 109 -
CMYK 0.59 0 0.31 0.38
HSL 148.72º 0.42% 0.44% -
HSV(B) 148.72º 0.59% 0.62% -
XYZ 17.1 26.65 18.71 -
YUV 124.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 64 158 109 0.59 0 0.31 0.38 148.72 0.42 0.44
Hex 40 9E 6D 3B 0 1F 26 95 2A 2C
Octal 100 236 155 73 0 37 46 225 52 54
Binary 1000000 10011110 1101101 111011 0 11111 100110 10010101 101010 101100

Color Harmonies of #409E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E6D

Black with #409E6D

Text Example


Text Example

White with #409E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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