Html Css Color HEX #388511 Bilbao

📋 copy color: '#388511'

red 56 ◦ green 133 ◦ blue 17

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

Shades of Bilbao #388511

Tints of Bilbao #388511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

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

R = 27.18%
G = 64.56%
B = 8.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#388511 (or 0x388511) is known color: Bilbao. HEX triplet: 38, 85 and 11. RGB value is (56,133,17). Sum of RGB (Red+Green+Blue) = 56+133+17=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #388511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388511 is #C77AEE. Grayscale: #616161. Windows color (decimal): -13073135 or 1148216. OLE color: 1148216.

HSL color Cylindrical-coordinate representation of color #388511: hue angle of 99.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #388511 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 17 -
CMYK 0.58 0 0.87 0.48
HSL 99.83º 0.77% 0.29% -
HSV(B) 99.83º 0.87% 0.52% -
XYZ 10.12 17.66 3.4 -
YUV 96.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 56 133 17 0.58 0 0.87 0.48 99.83 0.77 0.29
Hex 38 85 11 3A 0 57 30 64 4D 1D
Octal 70 205 21 72 0 127 60 144 115 35
Binary 111000 10000101 10001 111010 0 1010111 110000 1100100 1001101 11101

Color Harmonies of #388511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388511

Black with #388511

Text Example


Text Example

White with #388511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388511; }

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

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

background-color css

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

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

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

border-color css

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

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

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