Html Css Color HEX #398513 Bilbao

📋 copy color: '#398513'

red 57 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #398513

Tints of Bilbao #398513

RGB

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

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

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

R = 27.27%
G = 63.64%
B = 9.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#398513 (or 0x398513) is known color: Bilbao. HEX triplet: 39, 85 and 13. RGB value is (57,133,19). Sum of RGB (Red+Green+Blue) = 57+133+19=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #398513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398513 is #C67AEC. Grayscale: #616161. Windows color (decimal): -13007597 or 1279289. OLE color: 1279289.

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

Color convert

RGB 57 133 19 -
CMYK 0.57 0 0.86 0.48
HSL 100º 0.75% 0.3% -
HSV(B) 100º 0.86% 0.52% -
XYZ 10.19 17.69 3.49 -
YUV 97.28 83.82 99.27 -
System Red Green Blue C M Y K H S L
Decimal 57 133 19 0.57 0 0.86 0.48 100 0.75 0.3
Hex 39 85 13 39 0 56 30 64 4B 1E
Octal 71 205 23 71 0 126 60 144 113 36
Binary 111001 10000101 10011 111001 0 1010110 110000 1100100 1001011 11110

Color Harmonies of #398513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398513

Black with #398513

Text Example


Text Example

White with #398513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398513; }

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

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

background-color css

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

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

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

border-color css

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

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

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