Html Css Color HEX #357620 Bilbao

📋 copy color: '#357620'

red 53 ◦ green 118 ◦ blue 32

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

Shades of Bilbao #357620

Tints of Bilbao #357620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 26.11%
G = 58.13%
B = 15.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#357620 (or 0x357620) is known color: Bilbao. HEX triplet: 35, 76 and 20. RGB value is (53,118,32). Sum of RGB (Red+Green+Blue) = 53+118+32=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #357620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357620 is #CA89DF. Grayscale: #595959. Windows color (decimal): -13273568 or 2127413. OLE color: 2127413.

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

Color convert

RGB 53 118 32 -
CMYK 0.55 0 0.73 0.54
HSL 105.35º 0.57% 0.29% -
HSV(B) 105.35º 0.73% 0.46% -
XYZ 8.21 13.82 3.6 -
YUV 88.76 95.97 102.49 -
System Red Green Blue C M Y K H S L
Decimal 53 118 32 0.55 0 0.73 0.54 105.35 0.57 0.29
Hex 35 76 20 37 0 49 36 69 39 1D
Octal 65 166 40 67 0 111 66 151 71 35
Binary 110101 1110110 100000 110111 0 1001001 110110 1101001 111001 11101

Color Harmonies of #357620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357620

Black with #357620

Text Example


Text Example

White with #357620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357620; }

 p { color: rgb(53,118,32); }

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

background-color css

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

 a { background-color: rgb(53,118,32); }

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

border-color css

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

 span { border-color: rgb(53,118,32); }

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