Html Css Color HEX #386F66 Genoa

📋 copy color: '#386F66'

red 56 ◦ green 111 ◦ blue 102

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

Shades of Genoa #386F66

Tints of Genoa #386F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 20.82%
G = 41.26%
B = 37.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#386F66 (or 0x386F66) is known color: Genoa. HEX triplet: 38, 6F and 66. RGB value is (56,111,102). Sum of RGB (Red+Green+Blue) = 56+111+102=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #386F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F66 is #C79099. Grayscale: #5D5D5D. Windows color (decimal): -13078682 or 6713144. OLE color: 6713144.

HSL color Cylindrical-coordinate representation of color #386F66: hue angle of 170.18º 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 #386F66 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 102 -
CMYK 0.50 0 0.08 0.56
HSL 170.18º 0.33% 0.33% -
HSV(B) 170.18º 0.5% 0.44% -
XYZ 9.71 13.17 14.6 -
YUV 93.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 56 111 102 0.50 0 0.08 0.56 170.18 0.33 0.33
Hex 38 6F 66 32 0 8 38 AA 21 21
Octal 70 157 146 62 0 10 70 252 41 41
Binary 111000 1101111 1100110 110010 0 1000 111000 10101010 100001 100001

Color Harmonies of #386F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F66

Black with #386F66

Text Example


Text Example

White with #386F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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