Html Css Color HEX #386F63 Genoa

📋 copy color: '#386F63'

red 56 ◦ green 111 ◦ blue 99

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

Shades of Genoa #386F63

Tints of Genoa #386F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 21.05%
G = 41.73%
B = 37.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#386F63 (or 0x386F63) is known color: Genoa. HEX triplet: 38, 6F and 63. RGB value is (56,111,99). Sum of RGB (Red+Green+Blue) = 56+111+99=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #386F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F63 is #C7909C. Grayscale: #5D5D5D. Windows color (decimal): -13078685 or 6516536. OLE color: 6516536.

HSL color Cylindrical-coordinate representation of color #386F63: hue angle of 166.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F63 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 99 -
CMYK 0.50 0 0.11 0.56
HSL 166.91º 0.33% 0.33% -
HSV(B) 166.91º 0.5% 0.44% -
XYZ 9.57 13.11 13.83 -
YUV 93.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 56 111 99 0.50 0 0.11 0.56 166.91 0.33 0.33
Hex 38 6F 63 32 0 B 38 A7 21 21
Octal 70 157 143 62 0 13 70 247 41 41
Binary 111000 1101111 1100011 110010 0 1011 111000 10100111 100001 100001

Color Harmonies of #386F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F63

Black with #386F63

Text Example


Text Example

White with #386F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F63; }

 p { color: rgb(56,111,99); }

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

background-color css

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

 a { background-color: rgb(56,111,99); }

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

border-color css

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

 span { border-color: rgb(56,111,99); }

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