Html Css Color HEX #337F04 Bilbao

📋 copy color: '#337F04'

red 51 ◦ green 127 ◦ blue 4

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

Shades of Bilbao #337F04

Tints of Bilbao #337F04

RGB

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

 GREEN value IS 127 (50% from 255) = 69.78%

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 28.02%
G = 69.78%
B = 2.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#337F04 (or 0x337F04) is known color: Bilbao. HEX triplet: 33, 7F and 04. RGB value is (51,127,4). Sum of RGB (Red+Green+Blue) = 51+127+4=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 127 (50% from 255 or 69.78% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 127 - color contains mainly: green. Hex color #337F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F04 is #CC80FB. Grayscale: #5A5A5A. Windows color (decimal): -13402364 or 294707. OLE color: 294707.

HSL color Cylindrical-coordinate representation of color #337F04: hue angle of 97.07º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #337F04 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 4 -
CMYK 0.60 0 0.97 0.50
HSL 97.07º 0.94% 0.26% -
HSV(B) 97.07º 0.97% 0.5% -
XYZ 8.98 15.89 2.71 -
YUV 90.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 51 127 4 0.60 0 0.97 0.50 97.07 0.94 0.26
Hex 33 7F 4 3C 0 61 32 61 5E 1A
Octal 63 177 4 74 0 141 62 141 136 32
Binary 110011 1111111 100 111100 0 1100001 110010 1100001 1011110 11010

Color Harmonies of #337F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F04

Black with #337F04

Text Example


Text Example

White with #337F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,4); }

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

background-color css

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

 a { background-color: rgb(51,127,4); }

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

border-color css

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

 span { border-color: rgb(51,127,4); }

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