Html Css Color HEX #337A28 Bilbao

📋 copy color: '#337A28'

red 51 ◦ green 122 ◦ blue 40

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

Shades of Bilbao #337A28

Tints of Bilbao #337A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 23.94%
G = 57.28%
B = 18.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#337A28 (or 0x337A28) is known color: Bilbao. HEX triplet: 33, 7A and 28. RGB value is (51,122,40). Sum of RGB (Red+Green+Blue) = 51+122+40=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #337A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A28 is #CC85D7. Grayscale: #5B5B5B. Windows color (decimal): -13403608 or 2652723. OLE color: 2652723.

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

Color convert

RGB 51 122 40 -
CMYK 0.58 0 0.67 0.52
HSL 111.95º 0.51% 0.32% -
HSV(B) 111.95º 0.67% 0.48% -
XYZ 8.71 14.78 4.4 -
YUV 91.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 51 122 40 0.58 0 0.67 0.52 111.95 0.51 0.32
Hex 33 7A 28 3A 0 43 34 70 33 20
Octal 63 172 50 72 0 103 64 160 63 40
Binary 110011 1111010 101000 111010 0 1000011 110100 1110000 110011 100000

Color Harmonies of #337A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A28

Black with #337A28

Text Example


Text Example

White with #337A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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