Html Css Color HEX #357410 Bilbao

📋 copy color: '#357410'

red 53 ◦ green 116 ◦ blue 16

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

Shades of Bilbao #357410

Tints of Bilbao #357410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 28.65%
G = 62.7%
B = 8.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#357410 (or 0x357410) is known color: Bilbao. HEX triplet: 35, 74 and 10. RGB value is (53,116,16). Sum of RGB (Red+Green+Blue) = 53+116+16=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #357410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357410 is #CA8BEF. Grayscale: #565656. Windows color (decimal): -13274096 or 1078325. OLE color: 1078325.

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

Color convert

RGB 53 116 16 -
CMYK 0.54 0 0.86 0.55
HSL 97.8º 0.76% 0.26% -
HSV(B) 97.8º 0.86% 0.45% -
XYZ 7.81 13.29 2.64 -
YUV 85.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 53 116 16 0.54 0 0.86 0.55 97.8 0.76 0.26
Hex 35 74 10 36 0 56 37 62 4C 1A
Octal 65 164 20 66 0 126 67 142 114 32
Binary 110101 1110100 10000 110110 0 1010110 110111 1100010 1001100 11010

Color Harmonies of #357410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357410

Black with #357410

Text Example


Text Example

White with #357410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357410; }

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

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

background-color css

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

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

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

border-color css

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

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

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