Html Css Color HEX #387664 Genoa

📋 copy color: '#387664'

red 56 ◦ green 118 ◦ blue 100

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

Shades of Genoa #387664

Tints of Genoa #387664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 20.44%
G = 43.07%
B = 36.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#387664 (or 0x387664) is known color: Genoa. HEX triplet: 38, 76 and 64. RGB value is (56,118,100). Sum of RGB (Red+Green+Blue) = 56+118+100=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #387664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387664 is #C7899B. Grayscale: #616161. Windows color (decimal): -13076892 or 6583864. OLE color: 6583864.

HSL color Cylindrical-coordinate representation of color #387664: hue angle of 162.58º 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 #387664 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 100 -
CMYK 0.53 0 0.15 0.54
HSL 162.58º 0.36% 0.34% -
HSV(B) 162.58º 0.53% 0.46% -
XYZ 10.41 14.72 14.35 -
YUV 97.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 56 118 100 0.53 0 0.15 0.54 162.58 0.36 0.34
Hex 38 76 64 35 0 F 36 A3 24 22
Octal 70 166 144 65 0 17 66 243 44 42
Binary 111000 1110110 1100100 110101 0 1111 110110 10100011 100100 100010

Color Harmonies of #387664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387664

Black with #387664

Text Example


Text Example

White with #387664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387664; }

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

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

background-color css

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

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

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

border-color css

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

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

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