Html Css Color HEX #387670 Genoa

📋 copy color: '#387670'

red 56 ◦ green 118 ◦ blue 112

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

Shades of Genoa #387670

Tints of Genoa #387670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

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

R = 19.58%
G = 41.26%
B = 39.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#387670 (or 0x387670) is known color: Genoa. HEX triplet: 38, 76 and 70. RGB value is (56,118,112). Sum of RGB (Red+Green+Blue) = 56+118+112=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #387670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387670 is #C7898F. Grayscale: #626262. Windows color (decimal): -13076880 or 7370296. OLE color: 7370296.

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

Color convert

RGB 56 118 112 -
CMYK 0.53 0 0.05 0.54
HSL 174.19º 0.36% 0.34% -
HSV(B) 174.19º 0.53% 0.46% -
XYZ 11.03 14.97 17.64 -
YUV 98.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 56 118 112 0.53 0 0.05 0.54 174.19 0.36 0.34
Hex 38 76 70 35 0 5 36 AE 24 22
Octal 70 166 160 65 0 5 66 256 44 42
Binary 111000 1110110 1110000 110101 0 101 110110 10101110 100100 100010

Color Harmonies of #387670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387670

Black with #387670

Text Example


Text Example

White with #387670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387670; }

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

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

background-color css

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

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

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

border-color css

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

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

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