Html Css Color HEX #337C05 Bilbao

📋 copy color: '#337C05'

red 51 ◦ green 124 ◦ blue 5

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

Shades of Bilbao #337C05

Tints of Bilbao #337C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.78%

R = 28.33%
G = 68.89%
B = 2.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#337C05 (or 0x337C05) is known color: Bilbao. HEX triplet: 33, 7C and 05. RGB value is (51,124,5). Sum of RGB (Red+Green+Blue) = 51+124+5=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #337C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C05 is #CC83FA. Grayscale: #595959. Windows color (decimal): -13403131 or 359475. OLE color: 359475.

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

Color convert

RGB 51 124 5 -
CMYK 0.59 0 0.96 0.51
HSL 96.81º 0.92% 0.25% -
HSV(B) 96.81º 0.96% 0.49% -
XYZ 8.6 15.13 2.61 -
YUV 88.61 80.82 101.18 -
System Red Green Blue C M Y K H S L
Decimal 51 124 5 0.59 0 0.96 0.51 96.81 0.92 0.25
Hex 33 7C 5 3B 0 60 33 61 5C 19
Octal 63 174 5 73 0 140 63 141 134 31
Binary 110011 1111100 101 111011 0 1100000 110011 1100001 1011100 11001

Color Harmonies of #337C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C05

Black with #337C05

Text Example


Text Example

White with #337C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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