Html Css Color HEX #337C13 Bilbao

📋 copy color: '#337C13'

red 51 ◦ green 124 ◦ blue 19

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

Shades of Bilbao #337C13

Tints of Bilbao #337C13

RGB

 RED value IS 51 (20.31% from 255) = 26.29%

 GREEN value IS 124 (48.83% from 255) = 63.92%

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

R = 26.29%
G = 63.92%
B = 9.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#337C13 (or 0x337C13) is known color: Bilbao. HEX triplet: 33, 7C and 13. RGB value is (51,124,19). Sum of RGB (Red+Green+Blue) = 51+124+19=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #337C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C13 is #CC83EC. Grayscale: #5A5A5A. Windows color (decimal): -13403117 or 1276979. OLE color: 1276979.

HSL color Cylindrical-coordinate representation of color #337C13: hue angle of 101.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #337C13 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 19 -
CMYK 0.59 0 0.85 0.51
HSL 101.71º 0.73% 0.28% -
HSV(B) 101.71º 0.85% 0.49% -
XYZ 8.69 15.17 3.09 -
YUV 90.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 51 124 19 0.59 0 0.85 0.51 101.71 0.73 0.28
Hex 33 7C 13 3B 0 55 33 66 49 1C
Octal 63 174 23 73 0 125 63 146 111 34
Binary 110011 1111100 10011 111011 0 1010101 110011 1100110 1001001 11100

Color Harmonies of #337C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C13

Black with #337C13

Text Example


Text Example

White with #337C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337C13; }

 p { color: rgb(51,124,19); }

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

background-color css

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

 a { background-color: rgb(51,124,19); }

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

border-color css

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

 span { border-color: rgb(51,124,19); }

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