Html Css Color HEX #357720 Bilbao

📋 copy color: '#357720'

red 53 ◦ green 119 ◦ blue 32

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

Shades of Bilbao #357720

Tints of Bilbao #357720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

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

R = 25.98%
G = 58.33%
B = 15.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#357720 (or 0x357720) is known color: Bilbao. HEX triplet: 35, 77 and 20. RGB value is (53,119,32). Sum of RGB (Red+Green+Blue) = 53+119+32=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #357720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357720 is #CA88DF. Grayscale: #595959. Windows color (decimal): -13273312 or 2127669. OLE color: 2127669.

HSL color Cylindrical-coordinate representation of color #357720: hue angle of 105.52º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #357720 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 32 -
CMYK 0.55 0 0.73 0.53
HSL 105.52º 0.58% 0.3% -
HSV(B) 105.52º 0.73% 0.47% -
XYZ 8.33 14.05 3.64 -
YUV 89.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 53 119 32 0.55 0 0.73 0.53 105.52 0.58 0.3
Hex 35 77 20 37 0 49 35 6A 3A 1E
Octal 65 167 40 67 0 111 65 152 72 36
Binary 110101 1110111 100000 110111 0 1001001 110101 1101010 111010 11110

Color Harmonies of #357720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357720

Black with #357720

Text Example


Text Example

White with #357720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357720; }

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

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

background-color css

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

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

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

border-color css

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

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

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