Html Css Color HEX #357500 Bilbao

📋 copy color: '#357500'

red 53 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #357500

Tints of Bilbao #357500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 68.82%

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

R = 31.18%
G = 68.82%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#357500 (or 0x357500) is known color: Bilbao. HEX triplet: 35, 75 and 00. RGB value is (53,117,0). Sum of RGB (Red+Green+Blue) = 53+117+0=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #357500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357500 is #CA8AFF. Grayscale: #545454. Windows color (decimal): -13273856 or 30005. OLE color: 30005.

HSL color Cylindrical-coordinate representation of color #357500: hue angle of 92.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #357500 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 0 -
CMYK 0.55 0 1 0.54
HSL 92.82º 1% 0.23% -
HSV(B) 92.82º 1% 0.46% -
XYZ 7.83 13.48 2.19 -
YUV 84.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 53 117 0 0.55 0 1 0.54 92.82 1 0.23
Hex 35 75 0 37 0 64 36 5D 64 17
Octal 65 165 0 67 0 144 66 135 144 27
Binary 110101 1110101 0 110111 0 1100100 110110 1011101 1100100 10111

Color Harmonies of #357500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357500

Black with #357500

Text Example


Text Example

White with #357500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357500; }

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

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

background-color css

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

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

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

border-color css

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

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

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