Html Css Color HEX #386964 Genoa

📋 copy color: '#386964'

red 56 ◦ green 105 ◦ blue 100

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

Shades of Genoa #386964

Tints of Genoa #386964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.23%

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

R = 21.46%
G = 40.23%
B = 38.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#386964 (or 0x386964) is known color: Genoa. HEX triplet: 38, 69 and 64. RGB value is (56,105,100). Sum of RGB (Red+Green+Blue) = 56+105+100=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #386964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386964 is #C7969B. Grayscale: #595959. Windows color (decimal): -13080220 or 6580536. OLE color: 6580536.

HSL color Cylindrical-coordinate representation of color #386964: hue angle of 173.88º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386964 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 100 -
CMYK 0.47 0 0.05 0.59
HSL 173.88º 0.3% 0.32% -
HSV(B) 173.88º 0.47% 0.41% -
XYZ 8.98 11.86 13.87 -
YUV 89.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 56 105 100 0.47 0 0.05 0.59 173.88 0.3 0.32
Hex 38 69 64 2F 0 5 3B AE 1E 20
Octal 70 151 144 57 0 5 73 256 36 40
Binary 111000 1101001 1100100 101111 0 101 111011 10101110 11110 100000

Color Harmonies of #386964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386964

Black with #386964

Text Example


Text Example

White with #386964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386964; }

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

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

background-color css

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

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

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

border-color css

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

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

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