Html Css Color HEX #357014 Bilbao

📋 copy color: '#357014'

red 53 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #357014

Tints of Bilbao #357014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 28.65%
G = 60.54%
B = 10.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#357014 (or 0x357014) is known color: Bilbao. HEX triplet: 35, 70 and 14. RGB value is (53,112,20). Sum of RGB (Red+Green+Blue) = 53+112+20=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #357014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357014 is #CA8FEB. Grayscale: #545454. Windows color (decimal): -13275116 or 1339445. OLE color: 1339445.

HSL color Cylindrical-coordinate representation of color #357014: hue angle of 98.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #357014 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 20 -
CMYK 0.53 0 0.82 0.56
HSL 98.48º 0.7% 0.26% -
HSV(B) 98.48º 0.82% 0.44% -
XYZ 7.39 12.4 2.67 -
YUV 83.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 53 112 20 0.53 0 0.82 0.56 98.48 0.7 0.26
Hex 35 70 14 35 0 52 38 62 46 1A
Octal 65 160 24 65 0 122 70 142 106 32
Binary 110101 1110000 10100 110101 0 1010010 111000 1100010 1000110 11010

Color Harmonies of #357014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357014

Black with #357014

Text Example


Text Example

White with #357014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357014; }

 p { color: rgb(53,112,20); }

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

background-color css

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

 a { background-color: rgb(53,112,20); }

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

border-color css

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

 span { border-color: rgb(53,112,20); }

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