Html Css Color HEX #337C12 Bilbao

📋 copy color: '#337C12'

red 51 ◦ green 124 ◦ blue 18

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

Shades of Bilbao #337C12

Tints of Bilbao #337C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 26.42%
G = 64.25%
B = 9.33%

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

#337C12 (or 0x337C12) is known color: Bilbao. HEX triplet: 33, 7C and 12. RGB value is (51,124,18). Sum of RGB (Red+Green+Blue) = 51+124+18=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #337C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C12 is #CC83ED. Grayscale: #5A5A5A. Windows color (decimal): -13403118 or 1211443. OLE color: 1211443.

HSL color Cylindrical-coordinate representation of color #337C12: hue angle of 101.32º degrees, saturation: 0.75, 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 #337C12 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 124 18 -
CMYK 0.59 0 0.85 0.51
HSL 101.32º 0.75% 0.28% -
HSV(B) 101.32º 0.85% 0.49% -
XYZ 8.68 15.16 3.04 -
YUV 90.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 51 124 18 0.59 0 0.85 0.51 101.32 0.75 0.28
Hex 33 7C 12 3B 0 55 33 65 4B 1C
Octal 63 174 22 73 0 125 63 145 113 34
Binary 110011 1111100 10010 111011 0 1010101 110011 1100101 1001011 11100

Color Harmonies of #337C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C12

Black with #337C12

Text Example


Text Example

White with #337C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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