Html Css Color HEX #387C76 Genoa

📋 copy color: '#387C76'

red 56 ◦ green 124 ◦ blue 118

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

Shades of Genoa #387C76

Tints of Genoa #387C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.61%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 18.79%
G = 41.61%
B = 39.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#387C76 (or 0x387C76) is known color: Genoa. HEX triplet: 38, 7C and 76. RGB value is (56,124,118). Sum of RGB (Red+Green+Blue) = 56+124+118=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #387C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C76 is #C78389. Grayscale: #666666. Windows color (decimal): -13075338 or 7765048. OLE color: 7765048.

HSL color Cylindrical-coordinate representation of color #387C76: hue angle of 174.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C76 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 118 -
CMYK 0.55 0 0.05 0.51
HSL 174.71º 0.38% 0.35% -
HSV(B) 174.71º 0.55% 0.49% -
XYZ 12.11 16.56 19.7 -
YUV 102.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 56 124 118 0.55 0 0.05 0.51 174.71 0.38 0.35
Hex 38 7C 76 37 0 5 33 AF 26 23
Octal 70 174 166 67 0 5 63 257 46 43
Binary 111000 1111100 1110110 110111 0 101 110011 10101111 100110 100011

Color Harmonies of #387C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C76

Black with #387C76

Text Example


Text Example

White with #387C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C76; }

 p { color: rgb(56,124,118); }

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

background-color css

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

 a { background-color: rgb(56,124,118); }

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

border-color css

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

 span { border-color: rgb(56,124,118); }

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