Html Css Color HEX #409A71 Ocean Green

📋 copy color: '#409A71'

red 64 ◦ green 154 ◦ blue 113

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

Shades of Ocean Green #409A71

Tints of Ocean Green #409A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 19.34%
G = 46.53%
B = 34.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#409A71 (or 0x409A71) is known color: Ocean Green. HEX triplet: 40, 9A and 71. RGB value is (64,154,113). Sum of RGB (Red+Green+Blue) = 64+154+113=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #409A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A71 is #BF658E. Grayscale: #7A7A7A. Windows color (decimal): -12543375 or 7445056. OLE color: 7445056.

HSL color Cylindrical-coordinate representation of color #409A71: hue angle of 152.67º 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 #409A71 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 154 113 -
CMYK 0.58 0 0.27 0.40
HSL 152.67º 0.41% 0.43% -
HSV(B) 152.67º 0.58% 0.6% -
XYZ 16.65 25.39 19.65 -
YUV 122.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 64 154 113 0.58 0 0.27 0.40 152.67 0.41 0.43
Hex 40 9A 71 3A 0 1B 28 99 29 2B
Octal 100 232 161 72 0 33 50 231 51 53
Binary 1000000 10011010 1110001 111010 0 11011 101000 10011001 101001 101011

Color Harmonies of #409A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409A71

Black with #409A71

Text Example


Text Example

White with #409A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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