Html Css Color HEX #378484 Paradiso

📋 copy color: '#378484'

red 55 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #378484

Tints of Paradiso #378484

RGB

 RED value IS 55 (21.88% from 255) = 17.24%

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

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

R = 17.24%
G = 41.38%
B = 41.38%

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

#378484 (or 0x378484) is known color: Paradiso. HEX triplet: 37, 84 and 84. RGB value is (55,132,132). Sum of RGB (Red+Green+Blue) = 55+132+132=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #378484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378484 is #C87B7B. Grayscale: #6C6C6C. Windows color (decimal): -13138812 or 8684599. OLE color: 8684599.

HSL color Cylindrical-coordinate representation of color #378484: hue angle of 180º degrees, saturation: 0.41, 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 #378484 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 132 -
CMYK 0.58 0 0 0.48
HSL 180º 0.41% 0.37% -
HSV(B) 180º 0.58% 0.52% -
XYZ 13.99 18.98 24.76 -
YUV 108.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 55 132 132 0.58 0 0 0.48 180 0.41 0.37
Hex 37 84 84 3A 0 0 30 B4 29 25
Octal 67 204 204 72 0 0 60 264 51 45
Binary 110111 10000100 10000100 111010 0 0 110000 10110100 101001 100101

Color Harmonies of #378484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378484

Black with #378484

Text Example


Text Example

White with #378484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378484; }

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

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

background-color css

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

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

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

border-color css

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

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

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