Html Css Color HEX #388477 Genoa

📋 copy color: '#388477'

red 56 ◦ green 132 ◦ blue 119

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

Shades of Genoa #388477

Tints of Genoa #388477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.76%

R = 18.24%
G = 43%
B = 38.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#388477 (or 0x388477) is known color: Genoa. HEX triplet: 38, 84 and 77. RGB value is (56,132,119). Sum of RGB (Red+Green+Blue) = 56+132+119=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #388477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388477 is #C77B88. Grayscale: #6B6B6B. Windows color (decimal): -13073289 or 7832632. OLE color: 7832632.

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

Color convert

RGB 56 132 119 -
CMYK 0.58 0 0.10 0.48
HSL 169.74º 0.4% 0.37% -
HSV(B) 169.74º 0.58% 0.52% -
XYZ 13.21 18.68 20.36 -
YUV 107.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 56 132 119 0.58 0 0.10 0.48 169.74 0.4 0.37
Hex 38 84 77 3A 0 A 30 AA 28 25
Octal 70 204 167 72 0 12 60 252 50 45
Binary 111000 10000100 1110111 111010 0 1010 110000 10101010 101000 100101

Color Harmonies of #388477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388477

Black with #388477

Text Example


Text Example

White with #388477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388477; }

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

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

background-color css

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

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

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

border-color css

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

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

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