Html Css Color HEX #387C70 Genoa

📋 copy color: '#387C70'

red 56 ◦ green 124 ◦ blue 112

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

Shades of Genoa #387C70

Tints of Genoa #387C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 19.18%
G = 42.47%
B = 38.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#387C70 (or 0x387C70) is known color: Genoa. HEX triplet: 38, 7C and 70. RGB value is (56,124,112). Sum of RGB (Red+Green+Blue) = 56+124+112=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #387C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C70 is #C7838F. Grayscale: #666666. Windows color (decimal): -13075344 or 7371832. OLE color: 7371832.

HSL color Cylindrical-coordinate representation of color #387C70: hue angle of 169.41º 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 #387C70 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 112 -
CMYK 0.55 0 0.10 0.51
HSL 169.41º 0.38% 0.35% -
HSV(B) 169.41º 0.55% 0.49% -
XYZ 11.76 16.43 17.88 -
YUV 102.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 56 124 112 0.55 0 0.10 0.51 169.41 0.38 0.35
Hex 38 7C 70 37 0 A 33 A9 26 23
Octal 70 174 160 67 0 12 63 251 46 43
Binary 111000 1111100 1110000 110111 0 1010 110011 10101001 100110 100011

Color Harmonies of #387C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C70

Black with #387C70

Text Example


Text Example

White with #387C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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