Html Css Color HEX #337F10 Bilbao

📋 copy color: '#337F10'

red 51 ◦ green 127 ◦ blue 16

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

Shades of Bilbao #337F10

Tints of Bilbao #337F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 26.29%
G = 65.46%
B = 8.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#337F10 (or 0x337F10) is known color: Bilbao. HEX triplet: 33, 7F and 10. RGB value is (51,127,16). Sum of RGB (Red+Green+Blue) = 51+127+16=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #337F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F10 is #CC80EF. Grayscale: #5B5B5B. Windows color (decimal): -13402352 or 1081139. OLE color: 1081139.

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

Color convert

RGB 51 127 16 -
CMYK 0.60 0 0.87 0.50
HSL 101.08º 0.78% 0.28% -
HSV(B) 101.08º 0.87% 0.5% -
XYZ 9.05 15.92 3.09 -
YUV 91.62 85.32 99.03 -
System Red Green Blue C M Y K H S L
Decimal 51 127 16 0.60 0 0.87 0.50 101.08 0.78 0.28
Hex 33 7F 10 3C 0 57 32 65 4E 1C
Octal 63 177 20 74 0 127 62 145 116 34
Binary 110011 1111111 10000 111100 0 1010111 110010 1100101 1001110 11100

Color Harmonies of #337F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F10

Black with #337F10

Text Example


Text Example

White with #337F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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