Html Css Color HEX #398210 Bilbao

📋 copy color: '#398210'

red 57 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #398210

Tints of Bilbao #398210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 28.08%
G = 64.04%
B = 7.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#398210 (or 0x398210) is known color: Bilbao. HEX triplet: 39, 82 and 10. RGB value is (57,130,16). Sum of RGB (Red+Green+Blue) = 57+130+16=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #398210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398210 is #C67DEF. Grayscale: #5F5F5F. Windows color (decimal): -13008368 or 1081913. OLE color: 1081913.

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

Color convert

RGB 57 130 16 -
CMYK 0.56 0 0.88 0.49
HSL 98.42º 0.78% 0.29% -
HSV(B) 98.42º 0.88% 0.51% -
XYZ 9.76 16.87 3.23 -
YUV 95.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 57 130 16 0.56 0 0.88 0.49 98.42 0.78 0.29
Hex 39 82 10 38 0 58 31 62 4E 1D
Octal 71 202 20 70 0 130 61 142 116 35
Binary 111001 10000010 10000 111000 0 1011000 110001 1100010 1001110 11101

Color Harmonies of #398210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398210

Black with #398210

Text Example


Text Example

White with #398210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398210; }

 p { color: rgb(57,130,16); }

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

background-color css

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

 a { background-color: rgb(57,130,16); }

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

border-color css

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

 span { border-color: rgb(57,130,16); }

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