Html Css Color HEX #386861 Genoa

📋 copy color: '#386861'

red 56 ◦ green 104 ◦ blue 97

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

Shades of Genoa #386861

Tints of Genoa #386861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 21.79%
G = 40.47%
B = 37.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#386861 (or 0x386861) is known color: Genoa. HEX triplet: 38, 68 and 61. RGB value is (56,104,97). Sum of RGB (Red+Green+Blue) = 56+104+97=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #386861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386861 is #C7979E. Grayscale: #585858. Windows color (decimal): -13080479 or 6383672. OLE color: 6383672.

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

Color convert

RGB 56 104 97 -
CMYK 0.46 0 0.07 0.59
HSL 171.25º 0.3% 0.31% -
HSV(B) 171.25º 0.46% 0.41% -
XYZ 8.74 11.6 13.09 -
YUV 88.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 56 104 97 0.46 0 0.07 0.59 171.25 0.3 0.31
Hex 38 68 61 2E 0 7 3B AB 1E 1F
Octal 70 150 141 56 0 7 73 253 36 37
Binary 111000 1101000 1100001 101110 0 111 111011 10101011 11110 11111

Color Harmonies of #386861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386861

Black with #386861

Text Example


Text Example

White with #386861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386861; }

 p { color: rgb(56,104,97); }

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

background-color css

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

 a { background-color: rgb(56,104,97); }

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

border-color css

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

 span { border-color: rgb(56,104,97); }

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