Html Css Color HEX #41A577 Ocean Green

📋 copy color: '#41A577'

red 65 ◦ green 165 ◦ blue 119

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

Shades of Ocean Green #41A577

Tints of Ocean Green #41A577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 18.62%
G = 47.28%
B = 34.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#41A577 (or 0x41A577) is known color: Ocean Green. HEX triplet: 41, A5 and 77. RGB value is (65,165,119). Sum of RGB (Red+Green+Blue) = 65+165+119=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #41A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A577 is #BE5A88. Grayscale: #818181. Windows color (decimal): -12475017 or 7841089. OLE color: 7841089.

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

Color convert

RGB 65 165 119 -
CMYK 0.61 0 0.28 0.35
HSL 152.4º 0.43% 0.45% -
HSV(B) 152.4º 0.61% 0.65% -
XYZ 18.96 29.37 22.12 -
YUV 129.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 65 165 119 0.61 0 0.28 0.35 152.4 0.43 0.45
Hex 41 A5 77 3D 0 1C 23 98 2B 2D
Octal 101 245 167 75 0 34 43 230 53 55
Binary 1000001 10100101 1110111 111101 0 11100 100011 10011000 101011 101101

Color Harmonies of #41A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A577

Black with #41A577

Text Example


Text Example

White with #41A577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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