Html Css Color HEX #409C6F Ocean Green

📋 copy color: '#409C6F'

red 64 ◦ green 156 ◦ blue 111

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

Shades of Ocean Green #409C6F

Tints of Ocean Green #409C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

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

R = 19.34%
G = 47.13%
B = 33.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#409C6F (or 0x409C6F) is known color: Ocean Green. HEX triplet: 40, 9C and 6F. RGB value is (64,156,111). Sum of RGB (Red+Green+Blue) = 64+156+111=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #409C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C6F is #BF6390. Grayscale: #7B7B7B. Windows color (decimal): -12542865 or 7314496. OLE color: 7314496.

HSL color Cylindrical-coordinate representation of color #409C6F: hue angle of 150.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C6F is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 156 111 -
CMYK 0.59 0 0.29 0.39
HSL 150.65º 0.42% 0.43% -
HSV(B) 150.65º 0.59% 0.61% -
XYZ 16.87 26.01 19.17 -
YUV 123.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 64 156 111 0.59 0 0.29 0.39 150.65 0.42 0.43
Hex 40 9C 6F 3B 0 1D 27 97 2A 2B
Octal 100 234 157 73 0 35 47 227 52 53
Binary 1000000 10011100 1101111 111011 0 11101 100111 10010111 101010 101011

Color Harmonies of #409C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C6F

Black with #409C6F

Text Example


Text Example

White with #409C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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