Html Css Color HEX #41817C Ming

📋 copy color: '#41817C'

red 65 ◦ green 129 ◦ blue 124

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

Shades of Ming #41817C

Tints of Ming #41817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 20.44%
G = 40.57%
B = 38.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#41817C (or 0x41817C) is known color: Ming. HEX triplet: 41, 81 and 7C. RGB value is (65,129,124). Sum of RGB (Red+Green+Blue) = 65+129+124=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #41817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817C is #BE7E83. Grayscale: #6D6D6D. Windows color (decimal): -12484228 or 8159553. OLE color: 8159553.

HSL color Cylindrical-coordinate representation of color #41817C: hue angle of 175.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41817C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 124 -
CMYK 0.50 0 0.04 0.49
HSL 175.31º 0.33% 0.38% -
HSV(B) 175.31º 0.5% 0.51% -
XYZ 13.67 18.28 21.88 -
YUV 109.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 65 129 124 0.50 0 0.04 0.49 175.31 0.33 0.38
Hex 41 81 7C 32 0 4 31 AF 21 26
Octal 101 201 174 62 0 4 61 257 41 46
Binary 1000001 10000001 1111100 110010 0 100 110001 10101111 100001 100110

Color Harmonies of #41817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41817C

Black with #41817C

Text Example


Text Example

White with #41817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41817C; }

 p { color: rgb(65,129,124); }

 H1.HeaderClassName
 {
   color: #41817C;
 }
 .AnyTagClassName
 {
   color: #41817C;
 }
</style>

background-color css

<style>
 a { background-color: #41817C; }

 a { background-color: rgb(65,129,124); }

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

border-color css

<style>
 span { border-color: #41817C; }

 span { border-color: rgb(65,129,124); }

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