Html Css Color HEX #337F05 Bilbao

📋 copy color: '#337F05'

red 51 ◦ green 127 ◦ blue 5

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

Shades of Bilbao #337F05

Tints of Bilbao #337F05

RGB

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

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

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

R = 27.87%
G = 69.4%
B = 2.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#337F05 (or 0x337F05) is known color: Bilbao. HEX triplet: 33, 7F and 05. RGB value is (51,127,5). Sum of RGB (Red+Green+Blue) = 51+127+5=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 127 (50% from 255 or 69.40% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 127 - color contains mainly: green. Hex color #337F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F05 is #CC80FA. Grayscale: #5A5A5A. Windows color (decimal): -13402363 or 360243. OLE color: 360243.

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

Color convert

RGB 51 127 5 -
CMYK 0.60 0 0.96 0.50
HSL 97.38º 0.92% 0.26% -
HSV(B) 97.38º 0.96% 0.5% -
XYZ 8.98 15.89 2.74 -
YUV 90.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 51 127 5 0.60 0 0.96 0.50 97.38 0.92 0.26
Hex 33 7F 5 3C 0 60 32 61 5C 1A
Octal 63 177 5 74 0 140 62 141 134 32
Binary 110011 1111111 101 111100 0 1100000 110010 1100001 1011100 11010

Color Harmonies of #337F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F05

Black with #337F05

Text Example


Text Example

White with #337F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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