Html Css Color HEX #388388 Paradiso

📋 copy color: '#388388'

red 56 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #388388

Tints of Paradiso #388388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 17.34%
G = 40.56%
B = 42.11%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#388388 (or 0x388388) is known color: Paradiso. HEX triplet: 38, 83 and 88. RGB value is (56,131,136). Sum of RGB (Red+Green+Blue) = 56+131+136=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #388388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388388 is #C77C77. Grayscale: #6D6D6D. Windows color (decimal): -13073528 or 8946488. OLE color: 8946488.

HSL color Cylindrical-coordinate representation of color #388388: hue angle of 183.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388388 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 131 136 -
CMYK 0.59 0.04 0 0.47
HSL 183.75º 0.42% 0.38% -
HSV(B) 183.75º 0.59% 0.53% -
XYZ 14.19 18.85 26.18 -
YUV 109.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 56 131 136 0.59 0.04 0 0.47 183.75 0.42 0.38
Hex 38 83 88 3B 4 0 2F B8 2A 26
Octal 70 203 210 73 4 0 57 270 52 46
Binary 111000 10000011 10001000 111011 100 0 101111 10111000 101010 100110

Color Harmonies of #388388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388388

Black with #388388

Text Example


Text Example

White with #388388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388388; }

 p { color: rgb(56,131,136); }

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

background-color css

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

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

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

border-color css

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

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

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