Html Css Color HEX #438482 Paradiso

📋 copy color: '#438482'

red 67 ◦ green 132 ◦ blue 130

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

Shades of Paradiso #438482

Tints of Paradiso #438482

RGB

 RED value IS 67 (26.56% from 255) = 20.36%

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 20.36%
G = 40.12%
B = 39.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#438482 (or 0x438482) is known color: Paradiso. HEX triplet: 43, 84 and 82. RGB value is (67,132,130). Sum of RGB (Red+Green+Blue) = 67+132+130=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #438482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438482 is #BC7B7D. Grayscale: #707070. Windows color (decimal): -12352382 or 8553539. OLE color: 8553539.

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

Color convert

RGB 67 132 130 -
CMYK 0.49 0 0.02 0.48
HSL 178.15º 0.33% 0.39% -
HSV(B) 178.15º 0.49% 0.52% -
XYZ 14.6 19.31 24.08 -
YUV 112.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 67 132 130 0.49 0 0.02 0.48 178.15 0.33 0.39
Hex 43 84 82 31 0 2 30 B2 21 27
Octal 103 204 202 61 0 2 60 262 41 47
Binary 1000011 10000100 10000010 110001 0 10 110000 10110010 100001 100111

Color Harmonies of #438482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438482

Black with #438482

Text Example


Text Example

White with #438482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438482; }

 p { color: rgb(67,132,130); }

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

background-color css

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

 a { background-color: rgb(67,132,130); }

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

border-color css

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

 span { border-color: rgb(67,132,130); }

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