Html Css Color HEX #398B13 Bilbao

📋 copy color: '#398B13'

red 57 ◦ green 139 ◦ blue 19

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

Shades of Bilbao #398B13

Tints of Bilbao #398B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 64.65%

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 26.51%
G = 64.65%
B = 8.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#398B13 (or 0x398B13) is known color: Bilbao. HEX triplet: 39, 8B and 13. RGB value is (57,139,19). Sum of RGB (Red+Green+Blue) = 57+139+19=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #398B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B13 is #C674EC. Grayscale: #656565. Windows color (decimal): -13006061 or 1280825. OLE color: 1280825.

HSL color Cylindrical-coordinate representation of color #398B13: hue angle of 101º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #398B13 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 139 19 -
CMYK 0.59 0 0.86 0.45
HSL 101º 0.76% 0.31% -
HSV(B) 101º 0.86% 0.55% -
XYZ 11.04 19.38 3.78 -
YUV 100.8 81.83 96.76 -
System Red Green Blue C M Y K H S L
Decimal 57 139 19 0.59 0 0.86 0.45 101 0.76 0.31
Hex 39 8B 13 3B 0 56 2D 65 4C 1F
Octal 71 213 23 73 0 126 55 145 114 37
Binary 111001 10001011 10011 111011 0 1010110 101101 1100101 1001100 11111

Color Harmonies of #398B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B13

Black with #398B13

Text Example


Text Example

White with #398B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398B13; }

 p { color: rgb(57,139,19); }

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

background-color css

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

 a { background-color: rgb(57,139,19); }

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

border-color css

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

 span { border-color: rgb(57,139,19); }

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