Html Css Color HEX #387868 Genoa

📋 copy color: '#387868'

red 56 ◦ green 120 ◦ blue 104

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

Shades of Genoa #387868

Tints of Genoa #387868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 20%
G = 42.86%
B = 37.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#387868 (or 0x387868) is known color: Genoa. HEX triplet: 38, 78 and 68. RGB value is (56,120,104). Sum of RGB (Red+Green+Blue) = 56+120+104=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #387868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387868 is #C78797. Grayscale: #636363. Windows color (decimal): -13076376 or 6846520. OLE color: 6846520.

HSL color Cylindrical-coordinate representation of color #387868: hue angle of 165º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387868 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 104 -
CMYK 0.53 0 0.13 0.53
HSL 165º 0.36% 0.35% -
HSV(B) 165º 0.53% 0.47% -
XYZ 10.85 15.27 15.47 -
YUV 99.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 56 120 104 0.53 0 0.13 0.53 165 0.36 0.35
Hex 38 78 68 35 0 D 35 A5 24 23
Octal 70 170 150 65 0 15 65 245 44 43
Binary 111000 1111000 1101000 110101 0 1101 110101 10100101 100100 100011

Color Harmonies of #387868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387868

Black with #387868

Text Example


Text Example

White with #387868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387868; }

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

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

background-color css

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

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

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

border-color css

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

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

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