Html Css Color HEX #409C71 Ocean Green

📋 copy color: '#409C71'

red 64 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #409C71

Tints of Ocean Green #409C71

RGB

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

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

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

R = 19.22%
G = 46.85%
B = 33.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#409C71 (or 0x409C71) is known color: Ocean Green. HEX triplet: 40, 9C and 71. RGB value is (64,156,113). Sum of RGB (Red+Green+Blue) = 64+156+113=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #409C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409C71 is #BF638E. Grayscale: #7B7B7B. Windows color (decimal): -12542863 or 7445568. OLE color: 7445568.

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

Color convert

RGB 64 156 113 -
CMYK 0.59 0 0.28 0.39
HSL 151.96º 0.42% 0.43% -
HSV(B) 151.96º 0.59% 0.61% -
XYZ 16.98 26.06 19.76 -
YUV 123.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 64 156 113 0.59 0 0.28 0.39 151.96 0.42 0.43
Hex 40 9C 71 3B 0 1C 27 98 2A 2B
Octal 100 234 161 73 0 34 47 230 52 53
Binary 1000000 10011100 1110001 111011 0 11100 100111 10011000 101010 101011

Color Harmonies of #409C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C71

Black with #409C71

Text Example


Text Example

White with #409C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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