Html Css Color HEX #387369 Genoa

📋 copy color: '#387369'

red 56 ◦ green 115 ◦ blue 105

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

Shades of Genoa #387369

Tints of Genoa #387369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 20.29%
G = 41.67%
B = 38.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#387369 (or 0x387369) is known color: Genoa. HEX triplet: 38, 73 and 69. RGB value is (56,115,105). Sum of RGB (Red+Green+Blue) = 56+115+105=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #387369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387369 is #C78C96. Grayscale: #606060. Windows color (decimal): -13077655 or 6910776. OLE color: 6910776.

HSL color Cylindrical-coordinate representation of color #387369: hue angle of 169.83º 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 #387369 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 105 -
CMYK 0.51 0 0.09 0.55
HSL 169.83º 0.35% 0.34% -
HSV(B) 169.83º 0.51% 0.45% -
XYZ 10.31 14.12 15.55 -
YUV 96.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 56 115 105 0.51 0 0.09 0.55 169.83 0.35 0.34
Hex 38 73 69 33 0 9 37 AA 23 22
Octal 70 163 151 63 0 11 67 252 43 42
Binary 111000 1110011 1101001 110011 0 1001 110111 10101010 100011 100010

Color Harmonies of #387369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387369

Black with #387369

Text Example


Text Example

White with #387369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387369; }

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

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

background-color css

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

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

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

border-color css

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

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

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