Html Css Color HEX #387066 Genoa

📋 copy color: '#387066'

red 56 ◦ green 112 ◦ blue 102

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

Shades of Genoa #387066

Tints of Genoa #387066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

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

R = 20.74%
G = 41.48%
B = 37.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#387066 (or 0x387066) is known color: Genoa. HEX triplet: 38, 70 and 66. RGB value is (56,112,102). Sum of RGB (Red+Green+Blue) = 56+112+102=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #387066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387066 is #C78F99. Grayscale: #5E5E5E. Windows color (decimal): -13078426 or 6713400. OLE color: 6713400.

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

Color convert

RGB 56 112 102 -
CMYK 0.50 0 0.09 0.56
HSL 169.29º 0.33% 0.33% -
HSV(B) 169.29º 0.5% 0.44% -
XYZ 9.82 13.39 14.64 -
YUV 94.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 56 112 102 0.50 0 0.09 0.56 169.29 0.33 0.33
Hex 38 70 66 32 0 9 38 A9 21 21
Octal 70 160 146 62 0 11 70 251 41 41
Binary 111000 1110000 1100110 110010 0 1001 111000 10101001 100001 100001

Color Harmonies of #387066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387066

Black with #387066

Text Example


Text Example

White with #387066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387066; }

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

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

background-color css

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

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

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

border-color css

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

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

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