Html Css Color HEX #409B71 Ocean Green

📋 copy color: '#409B71'

red 64 ◦ green 155 ◦ blue 113

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

Shades of Ocean Green #409B71

Tints of Ocean Green #409B71

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

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

R = 19.28%
G = 46.69%
B = 34.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#409B71 (or 0x409B71) is known color: Ocean Green. HEX triplet: 40, 9B and 71. RGB value is (64,155,113). Sum of RGB (Red+Green+Blue) = 64+155+113=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #409B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B71 is #BF648E. Grayscale: #7B7B7B. Windows color (decimal): -12543119 or 7445312. OLE color: 7445312.

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

Color convert

RGB 64 155 113 -
CMYK 0.59 0 0.27 0.39
HSL 152.31º 0.42% 0.43% -
HSV(B) 152.31º 0.59% 0.61% -
XYZ 16.82 25.72 19.7 -
YUV 123 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 64 155 113 0.59 0 0.27 0.39 152.31 0.42 0.43
Hex 40 9B 71 3B 0 1B 27 98 2A 2B
Octal 100 233 161 73 0 33 47 230 52 53
Binary 1000000 10011011 1110001 111011 0 11011 100111 10011000 101010 101011

Color Harmonies of #409B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409B71

Black with #409B71

Text Example


Text Example

White with #409B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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