Html Css Color HEX #387013 Bilbao

📋 copy color: '#387013'

red 56 ◦ green 112 ◦ blue 19

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

Shades of Bilbao #387013

Tints of Bilbao #387013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.89%

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

R = 29.95%
G = 59.89%
B = 10.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#387013 (or 0x387013) is known color: Bilbao. HEX triplet: 38, 70 and 13. RGB value is (56,112,19). Sum of RGB (Red+Green+Blue) = 56+112+19=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #387013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387013 is #C78FEC. Grayscale: #545454. Windows color (decimal): -13078509 or 1273912. OLE color: 1273912.

HSL color Cylindrical-coordinate representation of color #387013: hue angle of 96.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #387013 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 19 -
CMYK 0.50 0 0.83 0.56
HSL 96.13º 0.71% 0.26% -
HSV(B) 96.13º 0.83% 0.44% -
XYZ 7.54 12.48 2.63 -
YUV 84.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 56 112 19 0.50 0 0.83 0.56 96.13 0.71 0.26
Hex 38 70 13 32 0 53 38 60 47 1A
Octal 70 160 23 62 0 123 70 140 107 32
Binary 111000 1110000 10011 110010 0 1010011 111000 1100000 1000111 11010

Color Harmonies of #387013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387013

Black with #387013

Text Example


Text Example

White with #387013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387013; }

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

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

background-color css

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

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

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

border-color css

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

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

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