Html Css Color HEX #409A6F Ocean Green

📋 copy color: '#409A6F'

red 64 ◦ green 154 ◦ blue 111

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

Shades of Ocean Green #409A6F

Tints of Ocean Green #409A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.81%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 19.45%
G = 46.81%
B = 33.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#409A6F (or 0x409A6F) is known color: Ocean Green. HEX triplet: 40, 9A and 6F. RGB value is (64,154,111). Sum of RGB (Red+Green+Blue) = 64+154+111=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #409A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A6F is #BF6590. Grayscale: #7A7A7A. Windows color (decimal): -12543377 or 7313984. OLE color: 7313984.

HSL color Cylindrical-coordinate representation of color #409A6F: hue angle of 151.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A6F is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 154 111 -
CMYK 0.58 0 0.28 0.40
HSL 151.33º 0.41% 0.43% -
HSV(B) 151.33º 0.58% 0.6% -
XYZ 16.54 25.35 19.06 -
YUV 122.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 64 154 111 0.58 0 0.28 0.40 151.33 0.41 0.43
Hex 40 9A 6F 3A 0 1C 28 97 29 2B
Octal 100 232 157 72 0 34 50 227 51 53
Binary 1000000 10011010 1101111 111010 0 11100 101000 10010111 101001 101011

Color Harmonies of #409A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A6F

Black with #409A6F

Text Example


Text Example

White with #409A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,154,111); }

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

background-color css

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

 a { background-color: rgb(64,154,111); }

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

border-color css

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

 span { border-color: rgb(64,154,111); }

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