Html Css Color HEX #418682 Paradiso

📋 copy color: '#418682'

red 65 ◦ green 134 ◦ blue 130

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

Shades of Paradiso #418682

Tints of Paradiso #418682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 19.76%
G = 40.73%
B = 39.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#418682 (or 0x418682) is known color: Paradiso. HEX triplet: 41, 86 and 82. RGB value is (65,134,130). Sum of RGB (Red+Green+Blue) = 65+134+130=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #418682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418682 is #BE797D. Grayscale: #707070. Windows color (decimal): -12482942 or 8554049. OLE color: 8554049.

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

Color convert

RGB 65 134 130 -
CMYK 0.51 0 0.03 0.47
HSL 176.52º 0.35% 0.39% -
HSV(B) 176.52º 0.51% 0.53% -
XYZ 14.73 19.79 24.16 -
YUV 112.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 65 134 130 0.51 0 0.03 0.47 176.52 0.35 0.39
Hex 41 86 82 33 0 3 2F B1 23 27
Octal 101 206 202 63 0 3 57 261 43 47
Binary 1000001 10000110 10000010 110011 0 11 101111 10110001 100011 100111

Color Harmonies of #418682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418682

Black with #418682

Text Example


Text Example

White with #418682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418682; }

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

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

background-color css

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

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

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

border-color css

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

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

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