Html Css Color HEX #387771 Genoa

📋 copy color: '#387771'

red 56 ◦ green 119 ◦ blue 113

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

Shades of Genoa #387771

Tints of Genoa #387771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.32%

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 19.44%
G = 41.32%
B = 39.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#387771 (or 0x387771) is known color: Genoa. HEX triplet: 38, 77 and 71. RGB value is (56,119,113). Sum of RGB (Red+Green+Blue) = 56+119+113=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #387771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387771 is #C7888E. Grayscale: #636363. Windows color (decimal): -13076623 or 7436088. OLE color: 7436088.

HSL color Cylindrical-coordinate representation of color #387771: hue angle of 174.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387771 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 113 -
CMYK 0.53 0 0.05 0.53
HSL 174.29º 0.36% 0.34% -
HSV(B) 174.29º 0.53% 0.47% -
XYZ 11.21 15.23 17.97 -
YUV 99.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 56 119 113 0.53 0 0.05 0.53 174.29 0.36 0.34
Hex 38 77 71 35 0 5 35 AE 24 22
Octal 70 167 161 65 0 5 65 256 44 42
Binary 111000 1110111 1110001 110101 0 101 110101 10101110 100100 100010

Color Harmonies of #387771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387771

Black with #387771

Text Example


Text Example

White with #387771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387771; }

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

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

background-color css

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

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

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

border-color css

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

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

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