Html Css Color HEX #40A571 Ocean Green

📋 copy color: '#40A571'

red 64 ◦ green 165 ◦ blue 113

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

Shades of Ocean Green #40A571

Tints of Ocean Green #40A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

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

R = 18.71%
G = 48.25%
B = 33.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#40A571 (or 0x40A571) is known color: Ocean Green. HEX triplet: 40, A5 and 71. RGB value is (64,165,113). Sum of RGB (Red+Green+Blue) = 64+165+113=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #40A571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A571 is #BF5A8E. Grayscale: #808080. Windows color (decimal): -12540559 or 7447872. OLE color: 7447872.

HSL color Cylindrical-coordinate representation of color #40A571: hue angle of 149.11º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A571 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 165 113 -
CMYK 0.61 0 0.32 0.35
HSL 149.11º 0.44% 0.45% -
HSV(B) 149.11º 0.61% 0.65% -
XYZ 18.55 29.19 20.28 -
YUV 128.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 64 165 113 0.61 0 0.32 0.35 149.11 0.44 0.45
Hex 40 A5 71 3D 0 20 23 95 2C 2D
Octal 100 245 161 75 0 40 43 225 54 55
Binary 1000000 10100101 1110001 111101 0 100000 100011 10010101 101100 101101

Color Harmonies of #40A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A571

Black with #40A571

Text Example


Text Example

White with #40A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A571; }

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

 H1.HeaderClassName
 {
   color: #40A571;
 }
 .AnyTagClassName
 {
   color: #40A571;
 }
</style>

background-color css

<style>
 a { background-color: #40A571; }

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

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

border-color css

<style>
 span { border-color: #40A571; }

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

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