Html Css Color HEX #388484 Paradiso

📋 copy color: '#388484'

red 56 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #388484

Tints of Paradiso #388484

RGB

 RED value IS 56 (22.27% from 255) = 17.5%

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

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 17.5%
G = 41.25%
B = 41.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#388484 (or 0x388484) is known color: Paradiso. HEX triplet: 38, 84 and 84. RGB value is (56,132,132). Sum of RGB (Red+Green+Blue) = 56+132+132=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #388484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388484 is #C77B7B. Grayscale: #6D6D6D. Windows color (decimal): -13073276 or 8684600. OLE color: 8684600.

HSL color Cylindrical-coordinate representation of color #388484: hue angle of 180º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388484 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 132 -
CMYK 0.58 0 0 0.48
HSL 180º 0.4% 0.37% -
HSV(B) 180º 0.58% 0.52% -
XYZ 14.05 19.01 24.76 -
YUV 109.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 56 132 132 0.58 0 0 0.48 180 0.4 0.37
Hex 38 84 84 3A 0 0 30 B4 28 25
Octal 70 204 204 72 0 0 60 264 50 45
Binary 111000 10000100 10000100 111010 0 0 110000 10110100 101000 100101

Color Harmonies of #388484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388484

Black with #388484

Text Example


Text Example

White with #388484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388484; }

 p { color: rgb(56,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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