#41A26C

Color #41A26C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #41A26C

Tints of Ocean Green #41A26C

Color information

#41A26C (or 0x41A26C) is unknown color: approx Ocean Green. HEX triplet: 41, A2 and 6C. RGB value is (65,162,108). Sum of RGB (Red+Green+Blue) = 65+162+108=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #41A26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A26C is #BE5D93. Grayscale: #7E7E7E. Windows color (decimal): -12475796 or 7119425. OLE color: 7119425.

HSL color Cylindrical-coordinate representation of color #41A26C: hue angle of 146.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A26C is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB65162108-
CMYK0.6000.330.36
HSL146.6º42.73%44.51%-
HSV(B)146.6º59.88%63.53%-
XYZ17.8128.0518.66-
YUV126.84117.3683.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=19.40%
G=48.36%
B=32.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651621080.6000.330.36146.642.7344.51
Hex41A26C3C02124932b2d
Octal10124215474041442235355
Binary1000001101000101101100111100010000110010010010011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41A26C;
 }
 .AnyTagClassName
 {
   color: #41A26C;
 }
</style>
background-color css

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

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

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

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

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

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