Html Css Color HEX #40817F Paradiso

📋 copy color: '#40817F'

red 64 ◦ green 129 ◦ blue 127

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

Shades of Paradiso #40817F

Tints of Paradiso #40817F

RGB

 RED value IS 64 (25.39% from 255) = 20%

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

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

R = 20%
G = 40.31%
B = 39.69%

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

#40817F (or 0x40817F) is known color: Paradiso. HEX triplet: 40, 81 and 7F. RGB value is (64,129,127). Sum of RGB (Red+Green+Blue) = 64+129+127=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #40817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40817F is #BF7E80. Grayscale: #6D6D6D. Windows color (decimal): -12549761 or 8356160. OLE color: 8356160.

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

Color convert

RGB 64 129 127 -
CMYK 0.50 0 0.02 0.49
HSL 178.15º 0.34% 0.38% -
HSV(B) 178.15º 0.5% 0.51% -
XYZ 13.8 18.32 22.89 -
YUV 109.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 64 129 127 0.50 0 0.02 0.49 178.15 0.34 0.38
Hex 40 81 7F 32 0 2 31 B2 22 26
Octal 100 201 177 62 0 2 61 262 42 46
Binary 1000000 10000001 1111111 110010 0 10 110001 10110010 100010 100110

Color Harmonies of #40817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40817F

Black with #40817F

Text Example


Text Example

White with #40817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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