Html Css Color HEX #357411 Bilbao

📋 copy color: '#357411'

red 53 ◦ green 116 ◦ blue 17

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

Shades of Bilbao #357411

Tints of Bilbao #357411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.37%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 28.49%
G = 62.37%
B = 9.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#357411 (or 0x357411) is known color: Bilbao. HEX triplet: 35, 74 and 11. RGB value is (53,116,17). Sum of RGB (Red+Green+Blue) = 53+116+17=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #357411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357411 is #CA8BEE. Grayscale: #565656. Windows color (decimal): -13274095 or 1143861. OLE color: 1143861.

HSL color Cylindrical-coordinate representation of color #357411: hue angle of 98.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #357411 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 17 -
CMYK 0.54 0 0.85 0.55
HSL 98.18º 0.74% 0.26% -
HSV(B) 98.18º 0.85% 0.45% -
XYZ 7.81 13.29 2.68 -
YUV 85.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 53 116 17 0.54 0 0.85 0.55 98.18 0.74 0.26
Hex 35 74 11 36 0 55 37 62 4A 1A
Octal 65 164 21 66 0 125 67 142 112 32
Binary 110101 1110100 10001 110110 0 1010101 110111 1100010 1001010 11010

Color Harmonies of #357411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357411

Black with #357411

Text Example


Text Example

White with #357411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357411; }

 p { color: rgb(53,116,17); }

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

background-color css

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

 a { background-color: rgb(53,116,17); }

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

border-color css

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

 span { border-color: rgb(53,116,17); }

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