Html Css Color HEX #438483 Paradiso

📋 copy color: '#438483'

red 67 ◦ green 132 ◦ blue 131

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

Shades of Paradiso #438483

Tints of Paradiso #438483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 20.3%
G = 40%
B = 39.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#438483 (or 0x438483) is known color: Paradiso. HEX triplet: 43, 84 and 83. RGB value is (67,132,131). Sum of RGB (Red+Green+Blue) = 67+132+131=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #438483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438483 is #BC7B7C. Grayscale: #707070. Windows color (decimal): -12352381 or 8619075. OLE color: 8619075.

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

Color convert

RGB 67 132 131 -
CMYK 0.49 0 0.01 0.48
HSL 179.08º 0.33% 0.39% -
HSV(B) 179.08º 0.49% 0.52% -
XYZ 14.66 19.33 24.43 -
YUV 112.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 67 132 131 0.49 0 0.01 0.48 179.08 0.33 0.39
Hex 43 84 83 31 0 1 30 B3 21 27
Octal 103 204 203 61 0 1 60 263 41 47
Binary 1000011 10000100 10000011 110001 0 1 110000 10110011 100001 100111

Color Harmonies of #438483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438483

Black with #438483

Text Example


Text Example

White with #438483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438483; }

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

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

background-color css

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

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

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

border-color css

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

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

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