Html Css Color HEX #337A01 Bilbao

📋 copy color: '#337A01'

red 51 ◦ green 122 ◦ blue 1

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

Shades of Bilbao #337A01

Tints of Bilbao #337A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 70.11%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 29.31%
G = 70.11%
B = 0.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#337A01 (or 0x337A01) is known color: Bilbao. HEX triplet: 33, 7A and 01. RGB value is (51,122,1). Sum of RGB (Red+Green+Blue) = 51+122+1=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 122 (48.05% from 255 or 70.11% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 122 - color contains mainly: green. Hex color #337A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A01 is #CC85FE. Grayscale: #575757. Windows color (decimal): -13403647 or 96819. OLE color: 96819.

HSL color Cylindrical-coordinate representation of color #337A01: hue angle of 95.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #337A01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 1 -
CMYK 0.58 0 0.99 0.52
HSL 95.21º 0.98% 0.24% -
HSV(B) 95.21º 0.99% 0.48% -
XYZ 8.33 14.63 2.41 -
YUV 86.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 51 122 1 0.58 0 0.99 0.52 95.21 0.98 0.24
Hex 33 7A 1 3A 0 63 34 5F 62 18
Octal 63 172 1 72 0 143 64 137 142 30
Binary 110011 1111010 1 111010 0 1100011 110100 1011111 1100010 11000

Color Harmonies of #337A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A01

Black with #337A01

Text Example


Text Example

White with #337A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,122,1); }

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

background-color css

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

 a { background-color: rgb(51,122,1); }

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

border-color css

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

 span { border-color: rgb(51,122,1); }

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