Html Css Color HEX #398311 Bilbao

📋 copy color: '#398311'

red 57 ◦ green 131 ◦ blue 17

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

Shades of Bilbao #398311

Tints of Bilbao #398311

RGB

 RED value IS 57 (22.66% from 255) = 27.8%

 GREEN value IS 131 (51.56% from 255) = 63.9%

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

R = 27.8%
G = 63.9%
B = 8.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#398311 (or 0x398311) is known color: Bilbao. HEX triplet: 39, 83 and 11. RGB value is (57,131,17). Sum of RGB (Red+Green+Blue) = 57+131+17=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #398311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398311 is #C67CEE. Grayscale: #606060. Windows color (decimal): -13008111 or 1147705. OLE color: 1147705.

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

Color convert

RGB 57 131 17 -
CMYK 0.56 0 0.87 0.49
HSL 98.95º 0.77% 0.29% -
HSV(B) 98.95º 0.87% 0.51% -
XYZ 9.9 17.14 3.32 -
YUV 95.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 57 131 17 0.56 0 0.87 0.49 98.95 0.77 0.29
Hex 39 83 11 38 0 57 31 63 4D 1D
Octal 71 203 21 70 0 127 61 143 115 35
Binary 111001 10000011 10001 111000 0 1010111 110001 1100011 1001101 11101

Color Harmonies of #398311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398311

Black with #398311

Text Example


Text Example

White with #398311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398311; }

 p { color: rgb(57,131,17); }

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

background-color css

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

 a { background-color: rgb(57,131,17); }

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

border-color css

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

 span { border-color: rgb(57,131,17); }

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