Html Css Color HEX #40827F Paradiso

📋 copy color: '#40827F'

red 64 ◦ green 130 ◦ blue 127

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

Shades of Paradiso #40827F

Tints of Paradiso #40827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 19.94%
G = 40.5%
B = 39.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#40827F (or 0x40827F) is known color: Paradiso. HEX triplet: 40, 82 and 7F. RGB value is (64,130,127). Sum of RGB (Red+Green+Blue) = 64+130+127=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #40827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827F is #BF7D80. Grayscale: #6D6D6D. Windows color (decimal): -12549505 or 8356416. OLE color: 8356416.

HSL color Cylindrical-coordinate representation of color #40827F: hue angle of 177.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40827F is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 127 -
CMYK 0.51 0 0.02 0.49
HSL 177.27º 0.34% 0.38% -
HSV(B) 177.27º 0.51% 0.51% -
XYZ 13.93 18.59 22.93 -
YUV 109.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 64 130 127 0.51 0 0.02 0.49 177.27 0.34 0.38
Hex 40 82 7F 33 0 2 31 B1 22 26
Octal 100 202 177 63 0 2 61 261 42 46
Binary 1000000 10000010 1111111 110011 0 10 110001 10110001 100010 100110

Color Harmonies of #40827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40827F

Black with #40827F

Text Example


Text Example

White with #40827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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