Html Css Color HEX #41807D Paradiso

📋 copy color: '#41807D'

red 65 ◦ green 128 ◦ blue 125

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

Shades of Paradiso #41807D

Tints of Paradiso #41807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 20.44%
G = 40.25%
B = 39.31%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#41807D (or 0x41807D) is known color: Paradiso. HEX triplet: 41, 80 and 7D. RGB value is (65,128,125). Sum of RGB (Red+Green+Blue) = 65+128+125=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #41807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41807D is #BE7F82. Grayscale: #6C6C6C. Windows color (decimal): -12484483 or 8224833. OLE color: 8224833.

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

Color convert

RGB 65 128 125 -
CMYK 0.49 0 0.02 0.50
HSL 177.14º 0.33% 0.38% -
HSV(B) 177.14º 0.49% 0.5% -
XYZ 13.6 18.04 22.17 -
YUV 108.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 65 128 125 0.49 0 0.02 0.50 177.14 0.33 0.38
Hex 41 80 7D 31 0 2 32 B1 21 26
Octal 101 200 175 61 0 2 62 261 41 46
Binary 1000001 10000000 1111101 110001 0 10 110010 10110001 100001 100110

Color Harmonies of #41807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41807D

Black with #41807D

Text Example


Text Example

White with #41807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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