Html Css Color HEX #398713 Bilbao

📋 copy color: '#398713'

red 57 ◦ green 135 ◦ blue 19

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

Shades of Bilbao #398713

Tints of Bilbao #398713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.98%

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

R = 27.01%
G = 63.98%
B = 9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#398713 (or 0x398713) is known color: Bilbao. HEX triplet: 39, 87 and 13. RGB value is (57,135,19). Sum of RGB (Red+Green+Blue) = 57+135+19=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #398713 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398713 is #C678EC. Grayscale: #626262. Windows color (decimal): -13007085 or 1279801. OLE color: 1279801.

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

Color convert

RGB 57 135 19 -
CMYK 0.58 0 0.86 0.47
HSL 100.34º 0.75% 0.3% -
HSV(B) 100.34º 0.86% 0.53% -
XYZ 10.47 18.24 3.59 -
YUV 98.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 57 135 19 0.58 0 0.86 0.47 100.34 0.75 0.3
Hex 39 87 13 3A 0 56 2F 64 4B 1E
Octal 71 207 23 72 0 126 57 144 113 36
Binary 111001 10000111 10011 111010 0 1010110 101111 1100100 1001011 11110

Color Harmonies of #398713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398713

Black with #398713

Text Example


Text Example

White with #398713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398713; }

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

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

background-color css

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

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

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

border-color css

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

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

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