Html Css Color HEX #387C6D Genoa

📋 copy color: '#387C6D'

red 56 ◦ green 124 ◦ blue 109

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

Shades of Genoa #387C6D

Tints of Genoa #387C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 19.38%
G = 42.91%
B = 37.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#387C6D (or 0x387C6D) is known color: Genoa. HEX triplet: 38, 7C and 6D. RGB value is (56,124,109). Sum of RGB (Red+Green+Blue) = 56+124+109=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 124 - color contains mainly: green. Hex color #387C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C6D is #C78392. Grayscale: #656565. Windows color (decimal): -13075347 or 7175224. OLE color: 7175224.

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

Color convert

RGB 56 124 109 -
CMYK 0.55 0 0.12 0.51
HSL 166.76º 0.38% 0.35% -
HSV(B) 166.76º 0.55% 0.49% -
XYZ 11.6 16.36 17.01 -
YUV 101.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 56 124 109 0.55 0 0.12 0.51 166.76 0.38 0.35
Hex 38 7C 6D 37 0 C 33 A7 26 23
Octal 70 174 155 67 0 14 63 247 46 43
Binary 111000 1111100 1101101 110111 0 1100 110011 10100111 100110 100011

Color Harmonies of #387C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C6D

Black with #387C6D

Text Example


Text Example

White with #387C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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