Html Css Color HEX #398411 Bilbao

📋 copy color: '#398411'

red 57 ◦ green 132 ◦ blue 17

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

Shades of Bilbao #398411

Tints of Bilbao #398411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.08%

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

R = 27.67%
G = 64.08%
B = 8.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#398411 (or 0x398411) is known color: Bilbao. HEX triplet: 39, 84 and 11. RGB value is (57,132,17). Sum of RGB (Red+Green+Blue) = 57+132+17=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #398411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398411 is #C67BEE. Grayscale: #606060. Windows color (decimal): -13007855 or 1147961. OLE color: 1147961.

HSL color Cylindrical-coordinate representation of color #398411: hue angle of 99.13º 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 #398411 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 17 -
CMYK 0.57 0 0.87 0.48
HSL 99.13º 0.77% 0.29% -
HSV(B) 99.13º 0.87% 0.52% -
XYZ 10.04 17.41 3.36 -
YUV 96.47 83.15 99.85 -
System Red Green Blue C M Y K H S L
Decimal 57 132 17 0.57 0 0.87 0.48 99.13 0.77 0.29
Hex 39 84 11 39 0 57 30 63 4D 1D
Octal 71 204 21 71 0 127 60 143 115 35
Binary 111001 10000100 10001 111001 0 1010111 110000 1100011 1001101 11101

Color Harmonies of #398411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398411

Black with #398411

Text Example


Text Example

White with #398411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398411; }

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

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

background-color css

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

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

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

border-color css

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

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

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