Html Css Color HEX #386762 Genoa

📋 copy color: '#386762'

red 56 ◦ green 103 ◦ blue 98

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

Shades of Genoa #386762

Tints of Genoa #386762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 21.79%
G = 40.08%
B = 38.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#386762 (or 0x386762) is known color: Genoa. HEX triplet: 38, 67 and 62. RGB value is (56,103,98). Sum of RGB (Red+Green+Blue) = 56+103+98=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #386762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386762 is #C7989D. Grayscale: #585858. Windows color (decimal): -13080734 or 6448952. OLE color: 6448952.

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

Color convert

RGB 56 103 98 -
CMYK 0.46 0 0.05 0.60
HSL 173.62º 0.3% 0.31% -
HSV(B) 173.62º 0.46% 0.4% -
XYZ 8.69 11.42 13.3 -
YUV 88.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 56 103 98 0.46 0 0.05 0.60 173.62 0.3 0.31
Hex 38 67 62 2E 0 5 3C AE 1E 1F
Octal 70 147 142 56 0 5 74 256 36 37
Binary 111000 1100111 1100010 101110 0 101 111100 10101110 11110 11111

Color Harmonies of #386762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386762

Black with #386762

Text Example


Text Example

White with #386762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386762; }

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

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

background-color css

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

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

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

border-color css

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

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

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