Html Css Color HEX #41A46B Ocean Green

📋 copy color: '#41A46B'

red 65 ◦ green 164 ◦ blue 107

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

Shades of Ocean Green #41A46B

Tints of Ocean Green #41A46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 19.35%
G = 48.81%
B = 31.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#41A46B (or 0x41A46B) is known color: Ocean Green. HEX triplet: 41, A4 and 6B. RGB value is (65,164,107). Sum of RGB (Red+Green+Blue) = 65+164+107=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #41A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A46B is #BE5B94. Grayscale: #808080. Windows color (decimal): -12475285 or 7054401. OLE color: 7054401.

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

Color convert

RGB 65 164 107 -
CMYK 0.60 0 0.35 0.36
HSL 145.45º 0.43% 0.45% -
HSV(B) 145.45º 0.6% 0.64% -
XYZ 18.11 28.74 18.5 -
YUV 127.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 65 164 107 0.60 0 0.35 0.36 145.45 0.43 0.45
Hex 41 A4 6B 3C 0 23 24 91 2B 2D
Octal 101 244 153 74 0 43 44 221 53 55
Binary 1000001 10100100 1101011 111100 0 100011 100100 10010001 101011 101101

Color Harmonies of #41A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A46B

Black with #41A46B

Text Example


Text Example

White with #41A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,164,107); }

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

background-color css

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

 a { background-color: rgb(65,164,107); }

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

border-color css

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

 span { border-color: rgb(65,164,107); }

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