Html Css Color HEX #358200 Bilbao

📋 copy color: '#358200'

red 53 ◦ green 130 ◦ blue 0

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

Shades of Bilbao #358200

Tints of Bilbao #358200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 71.04%

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

R = 28.96%
G = 71.04%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#358200 (or 0x358200) is known color: Bilbao. HEX triplet: 35, 82 and 00. RGB value is (53,130,0). Sum of RGB (Red+Green+Blue) = 53+130+0=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #358200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358200 is #CA7DFF. Grayscale: #5C5C5C. Windows color (decimal): -13270528 or 33333. OLE color: 33333.

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

Color convert

RGB 53 130 0 -
CMYK 0.59 0 1 0.49
HSL 95.54º 1% 0.25% -
HSV(B) 95.54º 1% 0.51% -
XYZ 9.45 16.72 2.73 -
YUV 92.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 53 130 0 0.59 0 1 0.49 95.54 1 0.25
Hex 35 82 0 3B 0 64 31 60 64 19
Octal 65 202 0 73 0 144 61 140 144 31
Binary 110101 10000010 0 111011 0 1100100 110001 1100000 1100100 11001

Color Harmonies of #358200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358200

Black with #358200

Text Example


Text Example

White with #358200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358200; }

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

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

background-color css

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

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

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

border-color css

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

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

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