Html Css Color HEX #408581 Paradiso

📋 copy color: '#408581'

red 64 ◦ green 133 ◦ blue 129

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

Shades of Paradiso #408581

Tints of Paradiso #408581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 19.63%
G = 40.8%
B = 39.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#408581 (or 0x408581) is known color: Paradiso. HEX triplet: 40, 85 and 81. RGB value is (64,133,129). Sum of RGB (Red+Green+Blue) = 64+133+129=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #408581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408581 is #BF7A7E. Grayscale: #6F6F6F. Windows color (decimal): -12548735 or 8488256. OLE color: 8488256.

HSL color Cylindrical-coordinate representation of color #408581: hue angle of 176.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408581 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 129 -
CMYK 0.52 0 0.03 0.48
HSL 176.52º 0.35% 0.39% -
HSV(B) 176.52º 0.52% 0.52% -
XYZ 14.46 19.45 23.76 -
YUV 111.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 64 133 129 0.52 0 0.03 0.48 176.52 0.35 0.39
Hex 40 85 81 34 0 3 30 B1 23 27
Octal 100 205 201 64 0 3 60 261 43 47
Binary 1000000 10000101 10000001 110100 0 11 110000 10110001 100011 100111

Color Harmonies of #408581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408581

Black with #408581

Text Example


Text Example

White with #408581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408581; }

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

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

background-color css

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

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

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

border-color css

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

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

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