Html Css Color HEX #409E6B Ocean Green

📋 copy color: '#409E6B'

red 64 ◦ green 158 ◦ blue 107

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

Shades of Ocean Green #409E6B

Tints of Ocean Green #409E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 19.45%
G = 48.02%
B = 32.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#409E6B (or 0x409E6B) is known color: Ocean Green. HEX triplet: 40, 9E and 6B. RGB value is (64,158,107). Sum of RGB (Red+Green+Blue) = 64+158+107=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #409E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E6B is #BF6194. Grayscale: #7C7C7C. Windows color (decimal): -12542357 or 7052864. OLE color: 7052864.

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

Color convert

RGB 64 158 107 -
CMYK 0.59 0 0.32 0.38
HSL 147.45º 0.42% 0.44% -
HSV(B) 147.45º 0.59% 0.62% -
XYZ 17 26.61 18.15 -
YUV 124.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 64 158 107 0.59 0 0.32 0.38 147.45 0.42 0.44
Hex 40 9E 6B 3B 0 20 26 93 2A 2C
Octal 100 236 153 73 0 40 46 223 52 54
Binary 1000000 10011110 1101011 111011 0 100000 100110 10010011 101010 101100

Color Harmonies of #409E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409E6B

Black with #409E6B

Text Example


Text Example

White with #409E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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