Html Css Color HEX #418382 Paradiso

📋 copy color: '#418382'

red 65 ◦ green 131 ◦ blue 130

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

Shades of Paradiso #418382

Tints of Paradiso #418382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 19.94%
G = 40.18%
B = 39.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#418382 (or 0x418382) is known color: Paradiso. HEX triplet: 41, 83 and 82. RGB value is (65,131,130). Sum of RGB (Red+Green+Blue) = 65+131+130=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #418382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418382 is #BE7C7D. Grayscale: #6F6F6F. Windows color (decimal): -12483710 or 8553281. OLE color: 8553281.

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

Color convert

RGB 65 131 130 -
CMYK 0.50 0 0.01 0.49
HSL 179.09º 0.34% 0.38% -
HSV(B) 179.09º 0.5% 0.51% -
XYZ 14.33 18.97 24.03 -
YUV 111.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 65 131 130 0.50 0 0.01 0.49 179.09 0.34 0.38
Hex 41 83 82 32 0 1 31 B3 22 26
Octal 101 203 202 62 0 1 61 263 42 46
Binary 1000001 10000011 10000010 110010 0 1 110001 10110011 100010 100110

Color Harmonies of #418382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418382

Black with #418382

Text Example


Text Example

White with #418382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418382; }

 p { color: rgb(65,131,130); }

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

background-color css

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

 a { background-color: rgb(65,131,130); }

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

border-color css

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

 span { border-color: rgb(65,131,130); }

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