Html Css Color HEX #387611 Bilbao

📋 copy color: '#387611'

red 56 ◦ green 118 ◦ blue 17

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

Shades of Bilbao #387611

Tints of Bilbao #387611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.78%

 BLUE value IS 17 (7.03% from 255) = 8.9%

R = 29.32%
G = 61.78%
B = 8.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#387611 (or 0x387611) is known color: Bilbao. HEX triplet: 38, 76 and 11. RGB value is (56,118,17). Sum of RGB (Red+Green+Blue) = 56+118+17=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #387611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387611 is #C789EE. Grayscale: #585858. Windows color (decimal): -13076975 or 1144376. OLE color: 1144376.

HSL color Cylindrical-coordinate representation of color #387611: hue angle of 96.83º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #387611 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 17 -
CMYK 0.53 0 0.86 0.54
HSL 96.83º 0.75% 0.26% -
HSV(B) 96.83º 0.86% 0.46% -
XYZ 8.21 13.84 2.77 -
YUV 87.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 56 118 17 0.53 0 0.86 0.54 96.83 0.75 0.26
Hex 38 76 11 35 0 56 36 61 4B 1A
Octal 70 166 21 65 0 126 66 141 113 32
Binary 111000 1110110 10001 110101 0 1010110 110110 1100001 1001011 11010

Color Harmonies of #387611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387611

Black with #387611

Text Example


Text Example

White with #387611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387611; }

 p { color: rgb(56,118,17); }

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

background-color css

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

 a { background-color: rgb(56,118,17); }

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

border-color css

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

 span { border-color: rgb(56,118,17); }

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