Html Css Color HEX #337A05 Bilbao

📋 copy color: '#337A05'

red 51 ◦ green 122 ◦ blue 5

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

Shades of Bilbao #337A05

Tints of Bilbao #337A05

RGB

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

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

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

R = 28.65%
G = 68.54%
B = 2.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#337A05 (or 0x337A05) is known color: Bilbao. HEX triplet: 33, 7A and 05. RGB value is (51,122,5). Sum of RGB (Red+Green+Blue) = 51+122+5=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #337A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A05 is #CC85FA. Grayscale: #575757. Windows color (decimal): -13403643 or 358963. OLE color: 358963.

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

Color convert

RGB 51 122 5 -
CMYK 0.58 0 0.96 0.52
HSL 96.41º 0.92% 0.25% -
HSV(B) 96.41º 0.96% 0.48% -
XYZ 8.35 14.63 2.53 -
YUV 87.43 81.48 102.01 -
System Red Green Blue C M Y K H S L
Decimal 51 122 5 0.58 0 0.96 0.52 96.41 0.92 0.25
Hex 33 7A 5 3A 0 60 34 60 5C 19
Octal 63 172 5 72 0 140 64 140 134 31
Binary 110011 1111010 101 111010 0 1100000 110100 1100000 1011100 11001

Color Harmonies of #337A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A05

Black with #337A05

Text Example


Text Example

White with #337A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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