Html Css Color HEX #388479 Genoa

📋 copy color: '#388479'

red 56 ◦ green 132 ◦ blue 121

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

Shades of Genoa #388479

Tints of Genoa #388479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 18.12%
G = 42.72%
B = 39.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#388479 (or 0x388479) is known color: Genoa. HEX triplet: 38, 84 and 79. RGB value is (56,132,121). Sum of RGB (Red+Green+Blue) = 56+132+121=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #388479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388479 is #C77B86. Grayscale: #6B6B6B. Windows color (decimal): -13073287 or 7963704. OLE color: 7963704.

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

Color convert

RGB 56 132 121 -
CMYK 0.58 0 0.08 0.48
HSL 171.32º 0.4% 0.37% -
HSV(B) 171.32º 0.58% 0.52% -
XYZ 13.33 18.72 21 -
YUV 108.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 56 132 121 0.58 0 0.08 0.48 171.32 0.4 0.37
Hex 38 84 79 3A 0 8 30 AB 28 25
Octal 70 204 171 72 0 10 60 253 50 45
Binary 111000 10000100 1111001 111010 0 1000 110000 10101011 101000 100101

Color Harmonies of #388479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388479

Black with #388479

Text Example


Text Example

White with #388479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388479; }

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

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

background-color css

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

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

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

border-color css

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

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

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