Html Css Color HEX #358300 Bilbao

📋 copy color: '#358300'

red 53 ◦ green 131 ◦ blue 0

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

Shades of Bilbao #358300

Tints of Bilbao #358300

RGB

 RED value IS 53 (21.09% from 255) = 28.8%

 GREEN value IS 131 (51.56% from 255) = 71.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.8%
G = 71.2%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#358300 (or 0x358300) is known color: Bilbao. HEX triplet: 35, 83 and 00. RGB value is (53,131,0). Sum of RGB (Red+Green+Blue) = 53+131+0=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #358300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358300 is #CA7CFF. Grayscale: #5D5D5D. Windows color (decimal): -13270272 or 33589. OLE color: 33589.

HSL color Cylindrical-coordinate representation of color #358300: hue angle of 95.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #358300 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 0 -
CMYK 0.60 0 1 0.49
HSL 95.73º 1% 0.26% -
HSV(B) 95.73º 1% 0.51% -
XYZ 9.58 16.99 2.77 -
YUV 92.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 53 131 0 0.60 0 1 0.49 95.73 1 0.26
Hex 35 83 0 3C 0 64 31 60 64 1A
Octal 65 203 0 74 0 144 61 140 144 32
Binary 110101 10000011 0 111100 0 1100100 110001 1100000 1100100 11010

Color Harmonies of #358300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358300

Black with #358300

Text Example


Text Example

White with #358300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358300; }

 p { color: rgb(53,131,0); }

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

background-color css

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

 a { background-color: rgb(53,131,0); }

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

border-color css

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

 span { border-color: rgb(53,131,0); }

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