Html Css Color HEX #387368 Genoa

📋 copy color: '#387368'

red 56 ◦ green 115 ◦ blue 104

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

Shades of Genoa #387368

Tints of Genoa #387368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 20.36%
G = 41.82%
B = 37.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#387368 (or 0x387368) is known color: Genoa. HEX triplet: 38, 73 and 68. RGB value is (56,115,104). Sum of RGB (Red+Green+Blue) = 56+115+104=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #387368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387368 is #C78C97. Grayscale: #606060. Windows color (decimal): -13077656 or 6845240. OLE color: 6845240.

HSL color Cylindrical-coordinate representation of color #387368: hue angle of 168.81º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387368 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 104 -
CMYK 0.51 0 0.10 0.55
HSL 168.81º 0.35% 0.34% -
HSV(B) 168.81º 0.51% 0.45% -
XYZ 10.26 14.1 15.28 -
YUV 96.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 56 115 104 0.51 0 0.10 0.55 168.81 0.35 0.34
Hex 38 73 68 33 0 A 37 A9 23 22
Octal 70 163 150 63 0 12 67 251 43 42
Binary 111000 1110011 1101000 110011 0 1010 110111 10101001 100011 100010

Color Harmonies of #387368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387368

Black with #387368

Text Example


Text Example

White with #387368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387368; }

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

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

background-color css

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

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

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

border-color css

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

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

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