Html Css Color HEX #41817F Paradiso

📋 copy color: '#41817F'

red 65 ◦ green 129 ◦ blue 127

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

Shades of Paradiso #41817F

Tints of Paradiso #41817F

RGB

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

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

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

R = 20.25%
G = 40.19%
B = 39.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#41817F (or 0x41817F) is known color: Paradiso. HEX triplet: 41, 81 and 7F. RGB value is (65,129,127). Sum of RGB (Red+Green+Blue) = 65+129+127=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #41817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817F is #BE7E80. Grayscale: #6D6D6D. Windows color (decimal): -12484225 or 8356161. OLE color: 8356161.

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

Color convert

RGB 65 129 127 -
CMYK 0.50 0 0.02 0.49
HSL 178.13º 0.33% 0.38% -
HSV(B) 178.13º 0.5% 0.51% -
XYZ 13.86 18.36 22.89 -
YUV 109.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 65 129 127 0.50 0 0.02 0.49 178.13 0.33 0.38
Hex 41 81 7F 32 0 2 31 B2 21 26
Octal 101 201 177 62 0 2 61 262 41 46
Binary 1000001 10000001 1111111 110010 0 10 110001 10110010 100001 100110

Color Harmonies of #41817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41817F

Black with #41817F

Text Example


Text Example

White with #41817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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