Html Css Color HEX #387107 Bilbao

📋 copy color: '#387107'

red 56 ◦ green 113 ◦ blue 7

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

Shades of Bilbao #387107

Tints of Bilbao #387107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.2%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 31.82%
G = 64.2%
B = 3.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#387107 (or 0x387107) is known color: Bilbao. HEX triplet: 38, 71 and 07. RGB value is (56,113,7). Sum of RGB (Red+Green+Blue) = 56+113+7=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #387107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387107 is #C78EF8. Grayscale: #545454. Windows color (decimal): -13078265 or 487736. OLE color: 487736.

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

Color convert

RGB 56 113 7 -
CMYK 0.50 0 0.94 0.56
HSL 92.26º 0.88% 0.24% -
HSV(B) 92.26º 0.94% 0.44% -
XYZ 7.57 12.67 2.25 -
YUV 83.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 56 113 7 0.50 0 0.94 0.56 92.26 0.88 0.24
Hex 38 71 7 32 0 5E 38 5C 58 18
Octal 70 161 7 62 0 136 70 134 130 30
Binary 111000 1110001 111 110010 0 1011110 111000 1011100 1011000 11000

Color Harmonies of #387107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387107

Black with #387107

Text Example


Text Example

White with #387107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387107; }

 p { color: rgb(56,113,7); }

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

background-color css

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

 a { background-color: rgb(56,113,7); }

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

border-color css

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

 span { border-color: rgb(56,113,7); }

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