Html Css Color HEX #398531 Bilbao

📋 copy color: '#398531'

red 57 ◦ green 133 ◦ blue 49

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

Shades of Bilbao #398531

Tints of Bilbao #398531

RGB

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

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

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

R = 23.85%
G = 55.65%
B = 20.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#398531 (or 0x398531) is known color: Bilbao. HEX triplet: 39, 85 and 31. RGB value is (57,133,49). Sum of RGB (Red+Green+Blue) = 57+133+49=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #398531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398531 is #C67ACE. Grayscale: #646464. Windows color (decimal): -13007567 or 3245369. OLE color: 3245369.

HSL color Cylindrical-coordinate representation of color #398531: hue angle of 114.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398531 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 49 -
CMYK 0.57 0 0.63 0.48
HSL 114.29º 0.46% 0.36% -
HSV(B) 114.29º 0.63% 0.52% -
XYZ 10.63 17.87 5.79 -
YUV 100.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 57 133 49 0.57 0 0.63 0.48 114.29 0.46 0.36
Hex 39 85 31 39 0 3F 30 72 2E 24
Octal 71 205 61 71 0 77 60 162 56 44
Binary 111001 10000101 110001 111001 0 111111 110000 1110010 101110 100100

Color Harmonies of #398531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398531

Black with #398531

Text Example


Text Example

White with #398531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398531; }

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

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

background-color css

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

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

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

border-color css

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

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

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