Html Css Color HEX #387166 Genoa

📋 copy color: '#387166'

red 56 ◦ green 113 ◦ blue 102

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

Shades of Genoa #387166

Tints of Genoa #387166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 20.66%
G = 41.7%
B = 37.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#387166 (or 0x387166) is known color: Genoa. HEX triplet: 38, 71 and 66. RGB value is (56,113,102). Sum of RGB (Red+Green+Blue) = 56+113+102=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #387166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387166 is #C78E99. Grayscale: #5E5E5E. Windows color (decimal): -13078170 or 6713656. OLE color: 6713656.

HSL color Cylindrical-coordinate representation of color #387166: hue angle of 168.42º 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 #387166 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 102 -
CMYK 0.50 0 0.10 0.56
HSL 168.42º 0.34% 0.33% -
HSV(B) 168.42º 0.5% 0.44% -
XYZ 9.93 13.61 14.67 -
YUV 94.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 56 113 102 0.50 0 0.10 0.56 168.42 0.34 0.33
Hex 38 71 66 32 0 A 38 A8 22 21
Octal 70 161 146 62 0 12 70 250 42 41
Binary 111000 1110001 1100110 110010 0 1010 111000 10101000 100010 100001

Color Harmonies of #387166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387166

Black with #387166

Text Example


Text Example

White with #387166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387166; }

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

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

background-color css

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

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

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

border-color css

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

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

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