Html Css Color HEX #337C07 Bilbao

📋 copy color: '#337C07'

red 51 ◦ green 124 ◦ blue 7

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

Shades of Bilbao #337C07

Tints of Bilbao #337C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 28.02%
G = 68.13%
B = 3.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#337C07 (or 0x337C07) is known color: Bilbao. HEX triplet: 33, 7C and 07. RGB value is (51,124,7). Sum of RGB (Red+Green+Blue) = 51+124+7=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 124 (48.83% from 255 or 68.13% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 124 - color contains mainly: green. Hex color #337C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C07 is #CC83F8. Grayscale: #595959. Windows color (decimal): -13403129 or 490547. OLE color: 490547.

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

Color convert

RGB 51 124 7 -
CMYK 0.59 0 0.94 0.51
HSL 97.44º 0.89% 0.26% -
HSV(B) 97.44º 0.94% 0.49% -
XYZ 8.61 15.13 2.67 -
YUV 88.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 51 124 7 0.59 0 0.94 0.51 97.44 0.89 0.26
Hex 33 7C 7 3B 0 5E 33 61 59 1A
Octal 63 174 7 73 0 136 63 141 131 32
Binary 110011 1111100 111 111011 0 1011110 110011 1100001 1011001 11010

Color Harmonies of #337C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C07

Black with #337C07

Text Example


Text Example

White with #337C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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