Html Css Color HEX #387328 Bilbao

📋 copy color: '#387328'

red 56 ◦ green 115 ◦ blue 40

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

Shades of Bilbao #387328

Tints of Bilbao #387328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 26.54%
G = 54.5%
B = 18.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#387328 (or 0x387328) is known color: Bilbao. HEX triplet: 38, 73 and 28. RGB value is (56,115,40). Sum of RGB (Red+Green+Blue) = 56+115+40=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #387328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387328 is #C78CD7. Grayscale: #595959. Windows color (decimal): -13077720 or 2650936. OLE color: 2650936.

HSL color Cylindrical-coordinate representation of color #387328: hue angle of 107.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387328 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 40 -
CMYK 0.51 0 0.65 0.55
HSL 107.2º 0.48% 0.3% -
HSV(B) 107.2º 0.65% 0.45% -
XYZ 8.14 13.26 4.14 -
YUV 88.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 56 115 40 0.51 0 0.65 0.55 107.2 0.48 0.3
Hex 38 73 28 33 0 41 37 6B 30 1E
Octal 70 163 50 63 0 101 67 153 60 36
Binary 111000 1110011 101000 110011 0 1000001 110111 1101011 110000 11110

Color Harmonies of #387328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387328

Black with #387328

Text Example


Text Example

White with #387328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387328; }

 p { color: rgb(56,115,40); }

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

background-color css

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

 a { background-color: rgb(56,115,40); }

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

border-color css

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

 span { border-color: rgb(56,115,40); }

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