Html Css Color HEX #387713 Bilbao

📋 copy color: '#387713'

red 56 ◦ green 119 ◦ blue 19

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

Shades of Bilbao #387713

Tints of Bilbao #387713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.34%

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 28.87%
G = 61.34%
B = 9.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#387713 (or 0x387713) is known color: Bilbao. HEX triplet: 38, 77 and 13. RGB value is (56,119,19). Sum of RGB (Red+Green+Blue) = 56+119+19=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #387713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387713 is #C788EC. Grayscale: #595959. Windows color (decimal): -13076717 or 1275704. OLE color: 1275704.

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

Color convert

RGB 56 119 19 -
CMYK 0.53 0 0.84 0.53
HSL 97.8º 0.72% 0.27% -
HSV(B) 97.8º 0.84% 0.47% -
XYZ 8.35 14.08 2.89 -
YUV 88.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 56 119 19 0.53 0 0.84 0.53 97.8 0.72 0.27
Hex 38 77 13 35 0 54 35 62 48 1B
Octal 70 167 23 65 0 124 65 142 110 33
Binary 111000 1110111 10011 110101 0 1010100 110101 1100010 1001000 11011

Color Harmonies of #387713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387713

Black with #387713

Text Example


Text Example

White with #387713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387713; }

 p { color: rgb(56,119,19); }

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

background-color css

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

 a { background-color: rgb(56,119,19); }

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

border-color css

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

 span { border-color: rgb(56,119,19); }

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