Html Css Color HEX #398013 Bilbao

📋 copy color: '#398013'

red 57 ◦ green 128 ◦ blue 19

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

Shades of Bilbao #398013

Tints of Bilbao #398013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.75%

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

R = 27.94%
G = 62.75%
B = 9.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#398013 (or 0x398013) is known color: Bilbao. HEX triplet: 39, 80 and 13. RGB value is (57,128,19). Sum of RGB (Red+Green+Blue) = 57+128+19=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #398013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398013 is #C67FEC. Grayscale: #5E5E5E. Windows color (decimal): -13008877 or 1278009. OLE color: 1278009.

HSL color Cylindrical-coordinate representation of color #398013: hue angle of 99.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #398013 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 19 -
CMYK 0.55 0 0.85 0.50
HSL 99.08º 0.74% 0.29% -
HSV(B) 99.08º 0.85% 0.5% -
XYZ 9.52 16.36 3.27 -
YUV 94.35 85.48 101.36 -
System Red Green Blue C M Y K H S L
Decimal 57 128 19 0.55 0 0.85 0.50 99.08 0.74 0.29
Hex 39 80 13 37 0 55 32 63 4A 1D
Octal 71 200 23 67 0 125 62 143 112 35
Binary 111001 10000000 10011 110111 0 1010101 110010 1100011 1001010 11101

Color Harmonies of #398013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398013

Black with #398013

Text Example


Text Example

White with #398013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398013; }

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

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

background-color css

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

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

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

border-color css

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

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

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