Html Css Color HEX #41807F Paradiso

📋 copy color: '#41807F'

red 65 ◦ green 128 ◦ blue 127

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

Shades of Paradiso #41807F

Tints of Paradiso #41807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 20.31%
G = 40%
B = 39.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#41807F (or 0x41807F) is known color: Paradiso. HEX triplet: 41, 80 and 7F. RGB value is (65,128,127). Sum of RGB (Red+Green+Blue) = 65+128+127=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #41807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41807F is #BE7F80. Grayscale: #6C6C6C. Windows color (decimal): -12484481 or 8355905. OLE color: 8355905.

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

Color convert

RGB 65 128 127 -
CMYK 0.49 0 0.01 0.50
HSL 179.05º 0.33% 0.38% -
HSV(B) 179.05º 0.49% 0.5% -
XYZ 13.73 18.09 22.85 -
YUV 109.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 65 128 127 0.49 0 0.01 0.50 179.05 0.33 0.38
Hex 41 80 7F 31 0 1 32 B3 21 26
Octal 101 200 177 61 0 1 62 263 41 46
Binary 1000001 10000000 1111111 110001 0 1 110010 10110011 100001 100110

Color Harmonies of #41807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41807F

Black with #41807F

Text Example


Text Example

White with #41807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41807F; }

 p { color: rgb(65,128,127); }

 H1.HeaderClassName
 {
   color: #41807F;
 }
 .AnyTagClassName
 {
   color: #41807F;
 }
</style>

background-color css

<style>
 a { background-color: #41807F; }

 a { background-color: rgb(65,128,127); }

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

border-color css

<style>
 span { border-color: #41807F; }

 span { border-color: rgb(65,128,127); }

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