Html Css Color HEX #357312 Bilbao

📋 copy color: '#357312'

red 53 ◦ green 115 ◦ blue 18

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

Shades of Bilbao #357312

Tints of Bilbao #357312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.83%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 28.49%
G = 61.83%
B = 9.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#357312 (or 0x357312) is known color: Bilbao. HEX triplet: 35, 73 and 12. RGB value is (53,115,18). Sum of RGB (Red+Green+Blue) = 53+115+18=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #357312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357312 is #CA8CED. Grayscale: #555555. Windows color (decimal): -13274350 or 1209141. OLE color: 1209141.

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

Color convert

RGB 53 115 18 -
CMYK 0.54 0 0.84 0.55
HSL 98.35º 0.73% 0.26% -
HSV(B) 98.35º 0.84% 0.45% -
XYZ 7.71 13.06 2.69 -
YUV 85.4 89.96 104.89 -
System Red Green Blue C M Y K H S L
Decimal 53 115 18 0.54 0 0.84 0.55 98.35 0.73 0.26
Hex 35 73 12 36 0 54 37 62 49 1A
Octal 65 163 22 66 0 124 67 142 111 32
Binary 110101 1110011 10010 110110 0 1010100 110111 1100010 1001001 11010

Color Harmonies of #357312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357312

Black with #357312

Text Example


Text Example

White with #357312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357312; }

 p { color: rgb(53,115,18); }

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

background-color css

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

 a { background-color: rgb(53,115,18); }

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

border-color css

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

 span { border-color: rgb(53,115,18); }

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