Html Css Color HEX #358400 Bilbao

📋 copy color: '#358400'

red 53 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #358400

Tints of Bilbao #358400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 71.35%

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

R = 28.65%
G = 71.35%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#358400 (or 0x358400) is known color: Bilbao. HEX triplet: 35, 84 and 00. RGB value is (53,132,0). Sum of RGB (Red+Green+Blue) = 53+132+0=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #358400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358400 is #CA7BFF. Grayscale: #5D5D5D. Windows color (decimal): -13270016 or 33845. OLE color: 33845.

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

Color convert

RGB 53 132 0 -
CMYK 0.60 0 1 0.48
HSL 95.91º 1% 0.26% -
HSV(B) 95.91º 1% 0.52% -
XYZ 9.72 17.26 2.82 -
YUV 93.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 53 132 0 0.60 0 1 0.48 95.91 1 0.26
Hex 35 84 0 3C 0 64 30 60 64 1A
Octal 65 204 0 74 0 144 60 140 144 32
Binary 110101 10000100 0 111100 0 1100100 110000 1100000 1100100 11010

Color Harmonies of #358400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358400

Black with #358400

Text Example


Text Example

White with #358400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358400; }

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

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

background-color css

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

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

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

border-color css

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

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

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