Html Css Color HEX #41817B Ming

📋 copy color: '#41817B'

red 65 ◦ green 129 ◦ blue 123

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

Shades of Ming #41817B

Tints of Ming #41817B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 20.5%
G = 40.69%
B = 38.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#41817B (or 0x41817B) is known color: Ming. HEX triplet: 41, 81 and 7B. RGB value is (65,129,123). Sum of RGB (Red+Green+Blue) = 65+129+123=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #41817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817B is #BE7E84. Grayscale: #6D6D6D. Windows color (decimal): -12484229 or 8094017. OLE color: 8094017.

HSL color Cylindrical-coordinate representation of color #41817B: hue angle of 174.38º 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 #41817B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 123 -
CMYK 0.50 0 0.05 0.49
HSL 174.38º 0.33% 0.38% -
HSV(B) 174.38º 0.5% 0.51% -
XYZ 13.61 18.25 21.55 -
YUV 109.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 65 129 123 0.50 0 0.05 0.49 174.38 0.33 0.38
Hex 41 81 7B 32 0 5 31 AE 21 26
Octal 101 201 173 62 0 5 61 256 41 46
Binary 1000001 10000001 1111011 110010 0 101 110001 10101110 100001 100110

Color Harmonies of #41817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41817B

Black with #41817B

Text Example


Text Example

White with #41817B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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