Html Css Color HEX #41817D Paradiso

📋 copy color: '#41817D'

red 65 ◦ green 129 ◦ blue 125

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

Shades of Paradiso #41817D

Tints of Paradiso #41817D

RGB

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

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

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

R = 20.38%
G = 40.44%
B = 39.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#41817D (or 0x41817D) is known color: Paradiso. HEX triplet: 41, 81 and 7D. RGB value is (65,129,125). Sum of RGB (Red+Green+Blue) = 65+129+125=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #41817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817D is #BE7E82. Grayscale: #6D6D6D. Windows color (decimal): -12484227 or 8225089. OLE color: 8225089.

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

Color convert

RGB 65 129 125 -
CMYK 0.50 0 0.03 0.49
HSL 176.25º 0.33% 0.38% -
HSV(B) 176.25º 0.5% 0.51% -
XYZ 13.73 18.31 22.21 -
YUV 109.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 65 129 125 0.50 0 0.03 0.49 176.25 0.33 0.38
Hex 41 81 7D 32 0 3 31 B0 21 26
Octal 101 201 175 62 0 3 61 260 41 46
Binary 1000001 10000001 1111101 110010 0 11 110001 10110000 100001 100110

Color Harmonies of #41817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41817D

Black with #41817D

Text Example


Text Example

White with #41817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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