Html Css Color HEX #398131 Bilbao

📋 copy color: '#398131'

red 57 ◦ green 129 ◦ blue 49

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

Shades of Bilbao #398131

Tints of Bilbao #398131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 24.26%
G = 54.89%
B = 20.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#398131 (or 0x398131) is known color: Bilbao. HEX triplet: 39, 81 and 31. RGB value is (57,129,49). Sum of RGB (Red+Green+Blue) = 57+129+49=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #398131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398131 is #C67ECE. Grayscale: #626262. Windows color (decimal): -13008591 or 3244345. OLE color: 3244345.

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

Color convert

RGB 57 129 49 -
CMYK 0.56 0 0.62 0.49
HSL 114º 0.45% 0.35% -
HSV(B) 114º 0.62% 0.51% -
XYZ 10.09 16.79 5.62 -
YUV 98.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 57 129 49 0.56 0 0.62 0.49 114 0.45 0.35
Hex 39 81 31 38 0 3E 31 72 2D 23
Octal 71 201 61 70 0 76 61 162 55 43
Binary 111001 10000001 110001 111000 0 111110 110001 1110010 101101 100011

Color Harmonies of #398131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398131

Black with #398131

Text Example


Text Example

White with #398131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398131; }

 p { color: rgb(57,129,49); }

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

background-color css

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

 a { background-color: rgb(57,129,49); }

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

border-color css

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

 span { border-color: rgb(57,129,49); }

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