Html Css Color HEX #387362 Genoa

📋 copy color: '#387362'

red 56 ◦ green 115 ◦ blue 98

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

Shades of Genoa #387362

Tints of Genoa #387362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 20.82%
G = 42.75%
B = 36.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#387362 (or 0x387362) is known color: Genoa. HEX triplet: 38, 73 and 62. RGB value is (56,115,98). Sum of RGB (Red+Green+Blue) = 56+115+98=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #387362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387362 is #C78C9D. Grayscale: #5F5F5F. Windows color (decimal): -13077662 or 6452024. OLE color: 6452024.

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

Color convert

RGB 56 115 98 -
CMYK 0.51 0 0.15 0.55
HSL 162.71º 0.35% 0.34% -
HSV(B) 162.71º 0.51% 0.45% -
XYZ 9.97 13.98 13.73 -
YUV 95.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 56 115 98 0.51 0 0.15 0.55 162.71 0.35 0.34
Hex 38 73 62 33 0 F 37 A3 23 22
Octal 70 163 142 63 0 17 67 243 43 42
Binary 111000 1110011 1100010 110011 0 1111 110111 10100011 100011 100010

Color Harmonies of #387362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387362

Black with #387362

Text Example


Text Example

White with #387362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387362; }

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

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

background-color css

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

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

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

border-color css

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

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

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