Html Css Color HEX #3B8513 Bilbao

📋 copy color: '#3B8513'

red 59 ◦ green 133 ◦ blue 19

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

Shades of Bilbao #3B8513

Tints of Bilbao #3B8513

RGB

 RED value IS 59 (23.44% from 255) = 27.96%

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

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

R = 27.96%
G = 63.03%
B = 9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#3B8513 (or 0x3B8513) is known color: Bilbao. HEX triplet: 3B, 85 and 13. RGB value is (59,133,19). Sum of RGB (Red+Green+Blue) = 59+133+19=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8513 is #C47AEC. Grayscale: #626262. Windows color (decimal): -12876525 or 1279291. OLE color: 1279291.

HSL color Cylindrical-coordinate representation of color #3B8513: hue angle of 98.95º 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 #3B8513 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 133 19 -
CMYK 0.56 0 0.86 0.48
HSL 98.95º 0.75% 0.3% -
HSV(B) 98.95º 0.86% 0.52% -
XYZ 10.31 17.75 3.5 -
YUV 97.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 59 133 19 0.56 0 0.86 0.48 98.95 0.75 0.3
Hex 3B 85 13 38 0 56 30 63 4B 1E
Octal 73 205 23 70 0 126 60 143 113 36
Binary 111011 10000101 10011 111000 0 1010110 110000 1100011 1001011 11110

Color Harmonies of #3B8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8513

Black with #3B8513

Text Example


Text Example

White with #3B8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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