Html Css Color HEX #386967 Genoa

📋 copy color: '#386967'

red 56 ◦ green 105 ◦ blue 103

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

Shades of Genoa #386967

Tints of Genoa #386967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 21.21%
G = 39.77%
B = 39.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#386967 (or 0x386967) is known color: Genoa. HEX triplet: 38, 69 and 67. RGB value is (56,105,103). Sum of RGB (Red+Green+Blue) = 56+105+103=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #386967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386967 is #C79698. Grayscale: #5A5A5A. Windows color (decimal): -13080217 or 6777144. OLE color: 6777144.

HSL color Cylindrical-coordinate representation of color #386967: hue angle of 177.55º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386967 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 103 -
CMYK 0.47 0 0.02 0.59
HSL 177.55º 0.3% 0.32% -
HSV(B) 177.55º 0.47% 0.41% -
XYZ 9.13 11.92 14.65 -
YUV 90.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 56 105 103 0.47 0 0.02 0.59 177.55 0.3 0.32
Hex 38 69 67 2F 0 2 3B B2 1E 20
Octal 70 151 147 57 0 2 73 262 36 40
Binary 111000 1101001 1100111 101111 0 10 111011 10110010 11110 100000

Color Harmonies of #386967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386967

Black with #386967

Text Example


Text Example

White with #386967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386967; }

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

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

background-color css

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

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

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

border-color css

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

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

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