Html Css Color HEX #41A571 Ocean Green

📋 copy color: '#41A571'

red 65 ◦ green 165 ◦ blue 113

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

Shades of Ocean Green #41A571

Tints of Ocean Green #41A571

RGB

 RED value IS 65 (25.78% from 255) = 18.95%

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

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

R = 18.95%
G = 48.1%
B = 32.94%

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

#41A571 (or 0x41A571) is known color: Ocean Green. HEX triplet: 41, A5 and 71. RGB value is (65,165,113). Sum of RGB (Red+Green+Blue) = 65+165+113=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #41A571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A571 is #BE5A8E. Grayscale: #818181. Windows color (decimal): -12475023 or 7447873. OLE color: 7447873.

HSL color Cylindrical-coordinate representation of color #41A571: hue angle of 148.8º degrees, saturation: 0.43, 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 #41A571 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 165 113 -
CMYK 0.61 0 0.32 0.35
HSL 148.8º 0.43% 0.45% -
HSV(B) 148.8º 0.61% 0.65% -
XYZ 18.62 29.23 20.28 -
YUV 129.17 118.87 82.23 -
System Red Green Blue C M Y K H S L
Decimal 65 165 113 0.61 0 0.32 0.35 148.8 0.43 0.45
Hex 41 A5 71 3D 0 20 23 95 2B 2D
Octal 101 245 161 75 0 40 43 225 53 55
Binary 1000001 10100101 1110001 111101 0 100000 100011 10010101 101011 101101

Color Harmonies of #41A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A571

Black with #41A571

Text Example


Text Example

White with #41A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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