Html Css Color HEX #448181 Paradiso

📋 copy color: '#448181'

red 68 ◦ green 129 ◦ blue 129

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

Shades of Paradiso #448181

Tints of Paradiso #448181

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

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

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

R = 20.86%
G = 39.57%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#448181 (or 0x448181) is known color: Paradiso. HEX triplet: 44, 81 and 81. RGB value is (68,129,129). Sum of RGB (Red+Green+Blue) = 68+129+129=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #448181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448181 is #BB7E7E. Grayscale: #6E6E6E. Windows color (decimal): -12287615 or 8487236. OLE color: 8487236.

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

Color convert

RGB 68 129 129 -
CMYK 0.47 0 0 0.49
HSL 180º 0.31% 0.39% -
HSV(B) 180º 0.47% 0.51% -
XYZ 14.2 18.51 23.59 -
YUV 110.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 68 129 129 0.47 0 0 0.49 180 0.31 0.39
Hex 44 81 81 2F 0 0 31 B4 1F 27
Octal 104 201 201 57 0 0 61 264 37 47
Binary 1000100 10000001 10000001 101111 0 0 110001 10110100 11111 100111

Color Harmonies of #448181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448181

Black with #448181

Text Example


Text Example

White with #448181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448181; }

 p { color: rgb(68,129,129); }

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

background-color css

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

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

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

border-color css

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

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

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