Html Css Color HEX #386862 Genoa

📋 copy color: '#386862'

red 56 ◦ green 104 ◦ blue 98

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

Shades of Genoa #386862

Tints of Genoa #386862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.98%

R = 21.71%
G = 40.31%
B = 37.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#386862 (or 0x386862) is known color: Genoa. HEX triplet: 38, 68 and 62. RGB value is (56,104,98). Sum of RGB (Red+Green+Blue) = 56+104+98=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #386862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386862 is #C7979D. Grayscale: #585858. Windows color (decimal): -13080478 or 6449208. OLE color: 6449208.

HSL color Cylindrical-coordinate representation of color #386862: hue angle of 172.5º 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 #386862 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 98 -
CMYK 0.46 0 0.06 0.59
HSL 172.5º 0.3% 0.31% -
HSV(B) 172.5º 0.46% 0.41% -
XYZ 8.79 11.62 13.34 -
YUV 88.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 56 104 98 0.46 0 0.06 0.59 172.5 0.3 0.31
Hex 38 68 62 2E 0 6 3B AC 1E 1F
Octal 70 150 142 56 0 6 73 254 36 37
Binary 111000 1101000 1100010 101110 0 110 111011 10101100 11110 11111

Color Harmonies of #386862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386862

Black with #386862

Text Example


Text Example

White with #386862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386862; }

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

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

background-color css

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

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

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

border-color css

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

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

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