Html Css Color HEX #398613 Bilbao

📋 copy color: '#398613'

red 57 ◦ green 134 ◦ blue 19

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

Shades of Bilbao #398613

Tints of Bilbao #398613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 63.81%

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

R = 27.14%
G = 63.81%
B = 9.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#398613 (or 0x398613) is known color: Bilbao. HEX triplet: 39, 86 and 13. RGB value is (57,134,19). Sum of RGB (Red+Green+Blue) = 57+134+19=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #398613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398613 is #C679EC. Grayscale: #626262. Windows color (decimal): -13007341 or 1279545. OLE color: 1279545.

HSL color Cylindrical-coordinate representation of color #398613: hue angle of 100.17º 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 #398613 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 134 19 -
CMYK 0.57 0 0.86 0.47
HSL 100.17º 0.75% 0.3% -
HSV(B) 100.17º 0.86% 0.53% -
XYZ 10.33 17.97 3.54 -
YUV 97.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 57 134 19 0.57 0 0.86 0.47 100.17 0.75 0.3
Hex 39 86 13 39 0 56 2F 64 4B 1E
Octal 71 206 23 71 0 126 57 144 113 36
Binary 111001 10000110 10011 111001 0 1010110 101111 1100100 1001011 11110

Color Harmonies of #398613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398613

Black with #398613

Text Example


Text Example

White with #398613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398613; }

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

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

background-color css

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

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

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

border-color css

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

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

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