Html Css Color HEX #387163 Genoa

📋 copy color: '#387163'

red 56 ◦ green 113 ◦ blue 99

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

Shades of Genoa #387163

Tints of Genoa #387163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 20.9%
G = 42.16%
B = 36.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#387163 (or 0x387163) is known color: Genoa. HEX triplet: 38, 71 and 63. RGB value is (56,113,99). Sum of RGB (Red+Green+Blue) = 56+113+99=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #387163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387163 is #C78E9C. Grayscale: #5E5E5E. Windows color (decimal): -13078173 or 6517048. OLE color: 6517048.

HSL color Cylindrical-coordinate representation of color #387163: hue angle of 165.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387163 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 99 -
CMYK 0.50 0 0.12 0.56
HSL 165.26º 0.34% 0.33% -
HSV(B) 165.26º 0.5% 0.44% -
XYZ 9.79 13.55 13.9 -
YUV 94.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 56 113 99 0.50 0 0.12 0.56 165.26 0.34 0.33
Hex 38 71 63 32 0 C 38 A5 22 21
Octal 70 161 143 62 0 14 70 245 42 41
Binary 111000 1110001 1100011 110010 0 1100 111000 10100101 100010 100001

Color Harmonies of #387163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387163

Black with #387163

Text Example


Text Example

White with #387163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387163; }

 p { color: rgb(56,113,99); }

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

background-color css

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

 a { background-color: rgb(56,113,99); }

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

border-color css

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

 span { border-color: rgb(56,113,99); }

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