Html Css Color HEX #41827C Paradiso

📋 copy color: '#41827C'

red 65 ◦ green 130 ◦ blue 124

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

Shades of Paradiso #41827C

Tints of Paradiso #41827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 20.38%
G = 40.75%
B = 38.87%

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

#41827C (or 0x41827C) is known color: Paradiso. HEX triplet: 41, 82 and 7C. RGB value is (65,130,124). Sum of RGB (Red+Green+Blue) = 65+130+124=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #41827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41827C is #BE7D83. Grayscale: #6D6D6D. Windows color (decimal): -12483972 or 8159809. OLE color: 8159809.

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

Color convert

RGB 65 130 124 -
CMYK 0.50 0 0.05 0.49
HSL 174.46º 0.33% 0.38% -
HSV(B) 174.46º 0.5% 0.51% -
XYZ 13.8 18.54 21.92 -
YUV 109.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 65 130 124 0.50 0 0.05 0.49 174.46 0.33 0.38
Hex 41 82 7C 32 0 5 31 AE 21 26
Octal 101 202 174 62 0 5 61 256 41 46
Binary 1000001 10000010 1111100 110010 0 101 110001 10101110 100001 100110

Color Harmonies of #41827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41827C

Black with #41827C

Text Example


Text Example

White with #41827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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