Html Css Color HEX #387C6B Genoa

📋 copy color: '#387C6B'

red 56 ◦ green 124 ◦ blue 107

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

Shades of Genoa #387C6B

Tints of Genoa #387C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 19.51%
G = 43.21%
B = 37.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#387C6B (or 0x387C6B) is known color: Genoa. HEX triplet: 38, 7C and 6B. RGB value is (56,124,107). Sum of RGB (Red+Green+Blue) = 56+124+107=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6B is #C78394. Grayscale: #656565. Windows color (decimal): -13075349 or 7044152. OLE color: 7044152.

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

Color convert

RGB 56 124 107 -
CMYK 0.55 0 0.14 0.51
HSL 165º 0.38% 0.35% -
HSV(B) 165º 0.55% 0.49% -
XYZ 11.49 16.32 16.45 -
YUV 101.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 56 124 107 0.55 0 0.14 0.51 165 0.38 0.35
Hex 38 7C 6B 37 0 E 33 A5 26 23
Octal 70 174 153 67 0 16 63 245 46 43
Binary 111000 1111100 1101011 110111 0 1110 110011 10100101 100110 100011

Color Harmonies of #387C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C6B

Black with #387C6B

Text Example


Text Example

White with #387C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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