Html Css Color HEX #386B68 Genoa

📋 copy color: '#386B68'

red 56 ◦ green 107 ◦ blue 104

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

Shades of Genoa #386B68

Tints of Genoa #386B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 20.97%
G = 40.07%
B = 38.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#386B68 (or 0x386B68) is known color: Genoa. HEX triplet: 38, 6B and 68. RGB value is (56,107,104). Sum of RGB (Red+Green+Blue) = 56+107+104=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #386B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B68 is #C79497. Grayscale: #5B5B5B. Windows color (decimal): -13079704 or 6843192. OLE color: 6843192.

HSL color Cylindrical-coordinate representation of color #386B68: hue angle of 176.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B68 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 104 -
CMYK 0.48 0 0.03 0.58
HSL 176.47º 0.31% 0.32% -
HSV(B) 176.47º 0.48% 0.42% -
XYZ 9.39 12.36 14.99 -
YUV 91.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 56 107 104 0.48 0 0.03 0.58 176.47 0.31 0.32
Hex 38 6B 68 30 0 3 3A B0 1F 20
Octal 70 153 150 60 0 3 72 260 37 40
Binary 111000 1101011 1101000 110000 0 11 111010 10110000 11111 100000

Color Harmonies of #386B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B68

Black with #386B68

Text Example


Text Example

White with #386B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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