Html Css Color HEX #41A66C Ocean Green

📋 copy color: '#41A66C'

red 65 ◦ green 166 ◦ blue 108

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

Shades of Ocean Green #41A66C

Tints of Ocean Green #41A66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.97%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 19.17%
G = 48.97%
B = 31.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#41A66C (or 0x41A66C) is known color: Ocean Green. HEX triplet: 41, A6 and 6C. RGB value is (65,166,108). Sum of RGB (Red+Green+Blue) = 65+166+108=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #41A66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A66C is #BE5993. Grayscale: #818181. Windows color (decimal): -12474772 or 7120449. OLE color: 7120449.

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

Color convert

RGB 65 166 108 -
CMYK 0.61 0 0.35 0.35
HSL 145.54º 0.44% 0.45% -
HSV(B) 145.54º 0.61% 0.65% -
XYZ 18.52 29.48 18.9 -
YUV 129.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 65 166 108 0.61 0 0.35 0.35 145.54 0.44 0.45
Hex 41 A6 6C 3D 0 23 23 92 2C 2D
Octal 101 246 154 75 0 43 43 222 54 55
Binary 1000001 10100110 1101100 111101 0 100011 100011 10010010 101100 101101

Color Harmonies of #41A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A66C

Black with #41A66C

Text Example


Text Example

White with #41A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,166,108); }

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

background-color css

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

 a { background-color: rgb(65,166,108); }

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

border-color css

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

 span { border-color: rgb(65,166,108); }

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