Html Css Color HEX #387513 Bilbao

📋 copy color: '#387513'

red 56 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #387513

Tints of Bilbao #387513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.94%

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

R = 29.17%
G = 60.94%
B = 9.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#387513 (or 0x387513) is known color: Bilbao. HEX triplet: 38, 75 and 13. RGB value is (56,117,19). Sum of RGB (Red+Green+Blue) = 56+117+19=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #387513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387513 is #C78AEC. Grayscale: #575757. Windows color (decimal): -13077229 or 1275192. OLE color: 1275192.

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

Color convert

RGB 56 117 19 -
CMYK 0.52 0 0.84 0.54
HSL 97.35º 0.72% 0.27% -
HSV(B) 97.35º 0.84% 0.46% -
XYZ 8.11 13.61 2.82 -
YUV 87.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 56 117 19 0.52 0 0.84 0.54 97.35 0.72 0.27
Hex 38 75 13 34 0 54 36 61 48 1B
Octal 70 165 23 64 0 124 66 141 110 33
Binary 111000 1110101 10011 110100 0 1010100 110110 1100001 1001000 11011

Color Harmonies of #387513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387513

Black with #387513

Text Example


Text Example

White with #387513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387513; }

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

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

background-color css

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

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

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

border-color css

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

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

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