Html Css Color HEX #358700 Bilbao

📋 copy color: '#358700'

red 53 ◦ green 135 ◦ blue 0

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

Shades of Bilbao #358700

Tints of Bilbao #358700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 71.81%

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

R = 28.19%
G = 71.81%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#358700 (or 0x358700) is known color: Bilbao. HEX triplet: 35, 87 and 00. RGB value is (53,135,0). Sum of RGB (Red+Green+Blue) = 53+135+0=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #358700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358700 is #CA78FF. Grayscale: #5F5F5F. Windows color (decimal): -13269248 or 34613. OLE color: 34613.

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

Color convert

RGB 53 135 0 -
CMYK 0.61 0 1 0.47
HSL 96.44º 1% 0.26% -
HSV(B) 96.44º 1% 0.53% -
XYZ 10.13 18.08 2.96 -
YUV 95.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 53 135 0 0.61 0 1 0.47 96.44 1 0.26
Hex 35 87 0 3D 0 64 2F 60 64 1A
Octal 65 207 0 75 0 144 57 140 144 32
Binary 110101 10000111 0 111101 0 1100100 101111 1100000 1100100 11010

Color Harmonies of #358700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358700

Black with #358700

Text Example


Text Example

White with #358700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358700; }

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

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

background-color css

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

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

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

border-color css

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

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

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