Html Css Color HEX #387568 Genoa

📋 copy color: '#387568'

red 56 ◦ green 117 ◦ blue 104

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

Shades of Genoa #387568

Tints of Genoa #387568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 20.22%
G = 42.24%
B = 37.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#387568 (or 0x387568) is known color: Genoa. HEX triplet: 38, 75 and 68. RGB value is (56,117,104). Sum of RGB (Red+Green+Blue) = 56+117+104=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #387568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387568 is #C78A97. Grayscale: #616161. Windows color (decimal): -13077144 or 6845752. OLE color: 6845752.

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

Color convert

RGB 56 117 104 -
CMYK 0.52 0 0.11 0.54
HSL 167.21º 0.35% 0.34% -
HSV(B) 167.21º 0.52% 0.46% -
XYZ 10.49 14.56 15.35 -
YUV 97.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 56 117 104 0.52 0 0.11 0.54 167.21 0.35 0.34
Hex 38 75 68 34 0 B 36 A7 23 22
Octal 70 165 150 64 0 13 66 247 43 42
Binary 111000 1110101 1101000 110100 0 1011 110110 10100111 100011 100010

Color Harmonies of #387568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387568

Black with #387568

Text Example


Text Example

White with #387568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387568; }

 p { color: rgb(56,117,104); }

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

background-color css

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

 a { background-color: rgb(56,117,104); }

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

border-color css

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

 span { border-color: rgb(56,117,104); }

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